mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -07: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
|
|
@ -51,8 +51,6 @@ typedef struct KVMSlot
|
|||
|
||||
typedef struct kvm_dirty_log KVMDirtyLog;
|
||||
|
||||
int kvm_allowed = 0;
|
||||
|
||||
struct KVMState
|
||||
{
|
||||
KVMSlot slots[32];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue