Re: [PATCH 03/19] hw/acpi: Set QDev properties using QDev API

2023-03-01 Thread Igor Mammedov
On Fri, 3 Feb 2023 19:08:58 +0100 Philippe Mathieu-Daudé wrote: > No need to use the low-level QOM API when an object > inherits from QDev. Directly use the QDev API to set > its properties. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/acpi/cpu_hotplug.c | 7 +++ > hw/acpi/ich9.c

[PATCH 03/19] hw/acpi: Set QDev properties using QDev API

2023-02-03 Thread Philippe Mathieu-Daudé
No need to use the low-level QOM API when an object inherits from QDev. Directly use the QDev API to set its properties. Signed-off-by: Philippe Mathieu-Daudé --- hw/acpi/cpu_hotplug.c | 7 +++ hw/acpi/ich9.c| 4 ++-- hw/acpi/piix4.c | 4 ++-- 3 files changed, 7 insertions(+),