Re: [Qemu-devel] [PATCH V3 2/5] vl.c: copy QEMUMachine's fields to MachineClass

2014-04-25 Thread Andreas Färber
Am 09.04.2014 19:34, schrieb Marcel Apfelbaum: > In order to eliminate the QEMUMachine indirection, > add its fields directly to MachineClass. > Do not remove yet qemu_machine field because it is Either "not yet" or "field yet" - I went for the former. > still in use by sparpr. sPAPR - fixed. >

[Qemu-devel] [PATCH V3 2/5] vl.c: copy QEMUMachine's fields to MachineClass

2014-04-09 Thread Marcel Apfelbaum
In order to eliminate the QEMUMachine indirection, add its fields directly to MachineClass. Do not remove yet qemu_machine field because it is still in use by sparpr. Signed-off-by: Marcel Apfelbaum --- include/hw/boards.h | 23 +++ vl.c| 23 ++