diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-29 19:23:49 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-29 19:23:49 +0000 |
commit | d745bef890f9fa57298ae099365da8e8aa575cbd (patch) | |
tree | c7079497acfb50b96bc2f92763b32d1bdb7affa8 /kvm-all.c | |
parent | d2053c3cca0b5c78317a183e19d2933ed23c6fc2 (diff) |
Move KVM and Xen global flags to vl.c
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'kvm-all.c')
-rw-r--r-- | kvm-all.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -51,8 +51,6 @@ typedef struct KVMSlot typedef struct kvm_dirty_log KVMDirtyLog; -int kvm_allowed = 0; - struct KVMState { KVMSlot slots[32]; |