Re: [RFC PATCH 12/19] hw/i386: Set QDev properties using QDev API

2023-03-01 Thread Igor Mammedov
On Fri, 3 Feb 2023 19:09:07 +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/i386/pc.c | 8 +++- > hw/i386/pc_q

Re: [RFC PATCH 12/19] hw/i386: Set QDev properties using QDev API

2023-02-04 Thread Bernhard Beschow
Am 3. Februar 2023 18:09:07 UTC 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/i386/pc.c | 8 +++- > hw/i386/pc_q35.c