]> Git Repo - qemu.git/blobdiff - xen-common.c
target-arm: Set CPU has_el3 prop during virt init
[qemu.git] / xen-common.c
index acb738f2ff4b388a959c6855410d9cbcfc39aed6..56359ca725e64691f8cb606b5f497fd00999dd75 100644 (file)
@@ -110,7 +110,7 @@ static void xen_change_state_handler(void *opaque, int running,
     }
 }
 
-static int xen_init(MachineClass *mc)
+static int xen_init(MachineState *ms)
 {
     xen_xc = xen_xc_interface_open(0, 0, 0);
     if (xen_xc == XC_HANDLER_INITIAL_VALUE) {
This page took 0.023771 seconds and 4 git commands to generate.