summaryrefslogtreecommitdiffstats
path: root/vl.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-03-29 19:23:49 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-03-29 19:23:49 +0000
commitd745bef890f9fa57298ae099365da8e8aa575cbd (patch)
treec7079497acfb50b96bc2f92763b32d1bdb7affa8 /vl.c
parentd2053c3cca0b5c78317a183e19d2933ed23c6fc2 (diff)
downloadhqemu-d745bef890f9fa57298ae099365da8e8aa575cbd.zip
hqemu-d745bef890f9fa57298ae099365da8e8aa575cbd.tar.gz
Move KVM and Xen global flags to vl.c
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/vl.c b/vl.c
index a2869b8..d9fc0cc 100644
--- a/vl.c
+++ b/vl.c
@@ -258,6 +258,10 @@ uint8_t qemu_uuid[16];
static QEMUBootSetHandler *boot_set_handler;
static void *boot_set_opaque;
+int kvm_allowed = 0;
+uint32_t xen_domid;
+enum xen_mode xen_mode = XEN_EMULATE;
+
#ifdef SIGRTMIN
#define SIG_IPI (SIGRTMIN+4)
#else
OpenPOWER on IntegriCloud