]> Git Repo - qemu.git/commit - vl.c
vl.c: Replace QEMUMachine with MachineClass in QEMUMachineInitArgs
authorMarcel Apfelbaum <[email protected]>
Wed, 9 Apr 2014 17:34:51 +0000 (20:34 +0300)
committerAndreas Färber <[email protected]>
Mon, 5 May 2014 17:08:49 +0000 (19:08 +0200)
commitaaa663916d78aeb51a97842735052e7c8859dc9e
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 <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
include/hw/boards.h
vl.c
This page took 0.024676 seconds and 4 git commands to generate.