On 21/11/24 20:21, Peter Xu wrote:
Use machine_get_container() whenever applicable across the tree.
Signed-off-by: Peter Xu <pet...@redhat.com>
---
hw/core/gpio.c | 3 +--
hw/core/qdev.c | 3 +--
hw/core/sysbus.c | 4 ++--
hw/i386/pc.c | 4 ++--
system/ioport.c | 2 +-
system/memory.c | 2 +-
system/qdev-monitor.c | 6 +++---
system/vl.c | 3 +--
8 files changed, 12 insertions(+), 15 deletions(-)
Preferably s/qom/qdev/ in subject (I can do it if queuing),
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>