aboutsummaryrefslogtreecommitdiff
path: root/softmmu/globals.c
diff options
context:
space:
mode:
Diffstat (limited to 'softmmu/globals.c')
-rw-r--r--softmmu/globals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/softmmu/globals.c b/softmmu/globals.c
index 527edbe..0a44056 100644
--- a/softmmu/globals.c
+++ b/softmmu/globals.c
@@ -63,5 +63,5 @@ QemuUUID qemu_uuid;
bool qemu_uuid_set;
uint32_t xen_domid;
-enum xen_mode xen_mode = XEN_EMULATE;
+enum xen_mode xen_mode = XEN_DISABLED;
bool xen_domid_restrict;