Re: [PATCH 13/19] hw/m68k: Set QDev properties using QDev API

2023-02-05 Thread Thomas Huth
Am Fri, 3 Feb 2023 19:09:08 +0100 schrieb 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/m68k/next-cube.c | 2 +- > hw/m68k/q800.c

[PATCH 13/19] hw/m68k: 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/m68k/next-cube.c | 2 +- hw/m68k/q800.c | 7 +++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git