KVM: Increase the number of user memory slots per vm
authorAvi Kivity <avi@qumranet.com>
Wed, 20 Feb 2008 10:04:47 +0000 (12:04 +0200)
committerAvi Kivity <avi@qumranet.com>
Sun, 27 Apr 2008 08:53:23 +0000 (11:53 +0300)
Signed-off-by: Avi Kivity <avi@qumranet.com>
include/linux/kvm_host.h

index f4deb99..eb88d32 100644 (file)
@@ -25,7 +25,7 @@
 #include <asm/kvm_host.h>
 
 #define KVM_MAX_VCPUS 16
-#define KVM_MEMORY_SLOTS 8
+#define KVM_MEMORY_SLOTS 32
 /* memory slots that does not exposed to userspace */
 #define KVM_PRIVATE_MEM_SLOTS 4