mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Move KVM and Xen global flags to vl.c
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
d2053c3cca
commit
d745bef890
3 changed files with 4 additions and 5 deletions
4
vl.c
4
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue