]> git.proxmox.com Git - mirror_qemu.git/commit - qmp.c
hw/boards: Convert current_machine to MachineState
authorMarcel Apfelbaum <marcel.a@redhat.com>
Wed, 5 Mar 2014 17:30:47 +0000 (19:30 +0200)
committerAndreas Färber <afaerber@suse.de>
Wed, 12 Mar 2014 19:13:02 +0000 (20:13 +0100)
commit0056ae24bc36798fdd96d0b31e217e9f73896736
treee96c46ebcc19086f0b115f3da263d18a8f32dc2e
parent261747f176f6f2d88f8268aaebfdd1a1afe887e2
hw/boards: Convert current_machine to MachineState

In order to allow attaching machine options to a machine instance,
current_machine is converted into MachineState.
As a first step of deprecating QEMUMachine, some of the functions
were modified to return MachineClass.

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