summaryrefslogtreecommitdiffstats
path: root/hw/xen_machine_pv.c
diff options
context:
space:
mode:
authorBlue Swirl2010-03-29 21:23:49 +0200
committerBlue Swirl2010-03-29 21:23:49 +0200
commitd745bef890f9fa57298ae099365da8e8aa575cbd (patch)
treec7079497acfb50b96bc2f92763b32d1bdb7affa8 /hw/xen_machine_pv.c
parentMove cpu_exec_init_all() declaration to qemu-common.h (diff)
downloadqemu-d745bef890f9fa57298ae099365da8e8aa575cbd.tar.gz
qemu-d745bef890f9fa57298ae099365da8e8aa575cbd.tar.xz
qemu-d745bef890f9fa57298ae099365da8e8aa575cbd.zip
Move KVM and Xen global flags to vl.c
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/xen_machine_pv.c')
-rw-r--r--hw/xen_machine_pv.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/xen_machine_pv.c b/hw/xen_machine_pv.c
index 162f88db33..586214d8ba 100644
--- a/hw/xen_machine_pv.c
+++ b/hw/xen_machine_pv.c
@@ -29,9 +29,6 @@
#include "xen_backend.h"
#include "xen_domainbuild.h"
-uint32_t xen_domid;
-enum xen_mode xen_mode = XEN_EMULATE;
-
static void xen_init_pv(ram_addr_t ram_size,
const char *boot_device,
const char *kernel_filename,