summaryrefslogtreecommitdiffstats
path: root/xen-stub.c
diff options
context:
space:
mode:
authorMarcel Apfelbaum <marcel.a@redhat.com>2014-04-09 20:34:52 +0300
committerAndreas Färber <afaerber@suse.de>2014-05-05 19:08:49 +0200
commitf1e298794daea46e7f52995887c865ac6ada10b9 (patch)
tree0acc7bde4cf0c0fee40299c4b09e3c5552de5d26 /xen-stub.c
parentaaa663916d78aeb51a97842735052e7c8859dc9e (diff)
downloadhqemu-f1e298794daea46e7f52995887c865ac6ada10b9.zip
hqemu-f1e298794daea46e7f52995887c865ac6ada10b9.tar.gz
machine: Replace QEMUMachine by MachineClass in accelerator configuration
This minimizes QEMUMachine usage, as part of machine QOM-ification. Signed-off-by: Marcel Apfelbaum <marcel.a@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'xen-stub.c')
-rw-r--r--xen-stub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen-stub.c b/xen-stub.c
index 59927cb..de26583 100644
--- a/xen-stub.c
+++ b/xen-stub.c
@@ -47,7 +47,7 @@ qemu_irq *xen_interrupt_controller_init(void)
return NULL;
}
-int xen_init(QEMUMachine *machine)
+int xen_init(MachineClass *mc)
{
return -ENOSYS;
}
OpenPOWER on IntegriCloud