On Tue, Oct 28, 2025 at 07:12:51PM +0100, Philippe Mathieu-Daudé wrote: > Date: Tue, 28 Oct 2025 19:12:51 +0100 > From: Philippe Mathieu-Daudé <[email protected]> > Subject: [PATCH v3 17/25] hw/timer/hpet: Use memory_region_get_address() > X-Mailer: git-send-email 2.51.0 > > MemoryRegion::addr is private data of MemoryRegion, use > memory_region_get_address() to access it. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > hw/timer/hpet.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Zhao Liu <[email protected]>
