qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 01/10] hw/i386: Store pointers to IDE buses in PCMachineState


From: Richard Henderson
Subject: Re: [PATCH 01/10] hw/i386: Store pointers to IDE buses in PCMachineState
Date: Tue, 20 Feb 2024 09:30:03 -1000
User-agent: Mozilla Thunderbird

On 2/20/24 06:06, Peter Maydell wrote:
Add the two IDE bus BusState pointers to the set we keep in PCMachineState.
This allows us to avoid passing them to pc_cmos_init(), and also will
allow a refactoring of how we call pc_cmos_init_late().

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
  include/hw/i386/pc.h |  4 +++-
  hw/i386/pc.c         |  5 ++---
  hw/i386/pc_piix.c    | 16 +++++++---------
  hw/i386/pc_q35.c     |  9 ++++-----
  4 files changed, 16 insertions(+), 18 deletions(-)

Acked-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]