Re: [PATCH v3 07/13] hw/arm/raspi: Make machines children of abstract RaspiMachineClass

2020-02-10 Thread Igor Mammedov
On Sat, 8 Feb 2020 17:56:39 +0100 Philippe Mathieu-Daudé wrote: > QOM'ify RaspiMachineState. Now machines inherit of RaspiMachineClass. > > Cc: Igor Mammedov > Signed-off-by: Philippe Mathieu-Daudé Acked-by: Igor Mammedov > --- > v3: Fixed typo in description (Zoltán) > --- > hw/arm/raspi

[PATCH v3 07/13] hw/arm/raspi: Make machines children of abstract RaspiMachineClass

2020-02-08 Thread Philippe Mathieu-Daudé
QOM'ify RaspiMachineState. Now machines inherit of RaspiMachineClass. Cc: Igor Mammedov Signed-off-by: Philippe Mathieu-Daudé --- v3: Fixed typo in description (Zoltán) --- hw/arm/raspi.c | 56 +++--- 1 file changed, 49 insertions(+), 7 deletions(-)