mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 19:49:43 +00: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
@ -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,
|
||||
|
@ -51,8 +51,6 @@ typedef struct KVMSlot
|
||||
|
||||
typedef struct kvm_dirty_log KVMDirtyLog;
|
||||
|
||||
int kvm_allowed = 0;
|
||||
|
||||
struct KVMState
|
||||
{
|
||||
KVMSlot slots[32];
|
||||
|
Loading…
Reference in New Issue
Block a user