On Tue, Oct 28, 2025 at 07:12:35PM +0100, Philippe Mathieu-Daudé wrote: > Date: Tue, 28 Oct 2025 19:12:35 +0100 > From: Philippe Mathieu-Daudé <[email protected]> > Subject: [PATCH v3 01/25] hw/i386/microvm: 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/microvm-dt.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
