Re: [PATCH v4 4/8] qdev: Use machine_get_container()

2025-01-03 Thread Richard Henderson
On 1/2/25 13:17, Philippe Mathieu-Daudé wrote: From: Peter Xu Use machine_get_container() whenever applicable across the tree. Signed-off-by: Peter Xu Reviewed-by: Philippe Mathieu-Daudé Message-ID:<20241121192202.4155849-11-pet...@redhat.com> Signed-off-by: Philippe Mathieu-Daudé --- hw/core

[PATCH v4 4/8] qdev: Use machine_get_container()

2025-01-02 Thread Philippe Mathieu-Daudé
From: Peter Xu Use machine_get_container() whenever applicable across the tree. Signed-off-by: Peter Xu Reviewed-by: Philippe Mathieu-Daudé Message-ID: <20241121192202.4155849-11-pet...@redhat.com> Signed-off-by: Philippe Mathieu-Daudé --- hw/core/gpio.c| 3 +-- hw/core/qdev.c