]> git.proxmox.com Git - mirror_qemu.git/commit - hw/core/machine.c
machine: Make -machine opts properties of MachineState
authorMarcel Apfelbaum <marcel.a@redhat.com>
Mon, 26 May 2014 12:40:58 +0000 (15:40 +0300)
committerAndreas Färber <afaerber@suse.de>
Wed, 28 May 2014 15:36:13 +0000 (17:36 +0200)
commit6b1b1440199c1a910b91bc9e029974f44746633d
tree43e0eb34214716f1b581707d9df2b86db9b367fa
parenta199b2b6a5b9dd50cfe96349778458d1b39899b5
machine: Make -machine opts properties of MachineState

Make machine's QemuOpts QOM properties of /machine. The properties
are automatically filled in. This opens the possibility to create
opts per machine rather than global.

Signed-off-by: Marcel Apfelbaum <marcel.a@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
hw/core/machine.c
include/hw/boards.h
vl.c