]> Git Repo - qemu.git/blobdiff - xen-common.c
tcg: Emit prologue to the beginning of code_gen_buffer
[qemu.git] / xen-common.c
index 56359ca725e64691f8cb606b5f497fd00999dd75..0dcdbc39f473e0e690b4a18f993b690e853e5e89 100644 (file)
@@ -12,6 +12,7 @@
 #include "qmp-commands.h"
 #include "sysemu/char.h"
 #include "sysemu/accel.h"
+#include "migration/migration.h"
 
 //#define DEBUG_XEN
 
@@ -119,6 +120,10 @@ static int xen_init(MachineState *ms)
     }
     qemu_add_vm_change_state_handler(xen_change_state_handler, NULL);
 
+    global_state_set_optional();
+    savevm_skip_configuration();
+    savevm_skip_section_footers();
+
     return 0;
 }
 
This page took 0.022882 seconds and 4 git commands to generate.