diff options
author | Avi Kivity <avi@qumranet.com> | 2008-03-21 12:38:23 +0200 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-04-27 12:00:34 +0300 |
commit | 69a9f69bb24d6d3dbf3d2ba542ddceeda40536d5 (patch) | |
tree | f91803eb5a185cfd2f545098ac5da2a31cbf5bee /include/linux/kvm_host.h | |
parent | 947da53830690cbd77d7f2b625d0df1f161ffd54 (diff) | |
download | op-kernel-dev-69a9f69bb24d6d3dbf3d2ba542ddceeda40536d5.zip op-kernel-dev-69a9f69bb24d6d3dbf3d2ba542ddceeda40536d5.tar.gz |
KVM: Move some x86 specific constants and structures to include/asm-x86
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r-- | include/linux/kvm_host.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 958e003..f4e1436 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h @@ -24,13 +24,6 @@ #include <asm/kvm_host.h> -#define KVM_MAX_VCPUS 16 -#define KVM_MEMORY_SLOTS 32 -/* memory slots that does not exposed to userspace */ -#define KVM_PRIVATE_MEM_SLOTS 4 - -#define KVM_PIO_PAGE_OFFSET 1 - /* * vcpu->requests bit members */ @@ -43,12 +36,6 @@ struct kvm_vcpu; extern struct kmem_cache *kvm_vcpu_cache; -struct kvm_guest_debug { - int enabled; - unsigned long bp[4]; - int singlestep; -}; - /* * It would be nice to use something smarter than a linear search, TBD... * Thankfully we dont expect many devices to register (famous last words :), |