vl.c: Replace QEMUMachine with MachineClass in QEMUMachineInitArgs
commitaaa663916d78aeb51a97842735052e7c8859dc9e
authorMarcel Apfelbaum <marcel.a@redhat.com>
Wed, 9 Apr 2014 17:34:51 +0000 (9 20:34 +0300)
committerAndreas Färber <afaerber@suse.de>
Mon, 5 May 2014 17:08:49 +0000 (5 19:08 +0200)
tree3f8ccdafbdc07a6490e88ea893e8df68569b99d3
parent00b4fbe27452ddc346f7f38d5690686166932588
vl.c: Replace QEMUMachine with MachineClass in QEMUMachineInitArgs

QEMUMachine's fields are already in MachineClass. We can safely
make the switch because we copy them in machine_class_init() and
spapr_machine_class_init().

Signed-off-by: Marcel Apfelbaum <marcel.a@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
include/hw/boards.h
vl.c