machine: Copy QEMUMachine's fields to MachineClass
commit00b4fbe27452ddc346f7f38d5690686166932588
authorMarcel Apfelbaum <marcel.a@redhat.com>
Wed, 9 Apr 2014 17:34:50 +0000 (9 20:34 +0300)
committerAndreas Färber <afaerber@suse.de>
Mon, 5 May 2014 17:08:49 +0000 (5 19:08 +0200)
tree806a6a3cca1c571a340f2cf599f962c78e8cf935
parent9e1d668ba9783483284e081662b8a19fd48846b0
machine: Copy QEMUMachine's fields to MachineClass

In order to eliminate the QEMUMachine indirection,
add its fields directly to MachineClass.
Do not yet remove qemu_machine field because it is
still in use by sPAPR.

Signed-off-by: Marcel Apfelbaum <marcel.a@redhat.com>
[AF: Copied fields for sPAPR, too]
Signed-off-by: Andreas Färber <afaerber@suse.de>
hw/ppc/spapr.c
include/hw/boards.h
vl.c