On Tue, Oct 28, 2025 at 07:12:36PM +0100, Philippe Mathieu-Daudé wrote: > Date: Tue, 28 Oct 2025 19:12:36 +0100 > From: Philippe Mathieu-Daudé <[email protected]> > Subject: [PATCH v3 02/25] hw/i386/ioapic: Use proper SysBus accessors > X-Mailer: git-send-email 2.51.0 > > SysBusDevice::mmio[] is private data of SysBusDevice, use > sysbus_mmio_get_region() to access it. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > hw/i386/kvm/ioapic.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-)
BTW, it seems ioapic & microvm could also use memory_region_get_address(mr) as the follow up cleanup, just like hpet did. Regards, Zhao
