]> Pileus Git - ~andy/linux/commitdiff
KVM: x86: increase recommended max vcpus to 160
authorMarcelo Tosatti <mtosatti@redhat.com>
Fri, 3 Feb 2012 14:28:31 +0000 (12:28 -0200)
committerAvi Kivity <avi@redhat.com>
Mon, 5 Mar 2012 12:57:34 +0000 (14:57 +0200)
Increase recommended max vcpus from 64 to 160 (tested internally
at Red Hat).

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/kvm_host.h

index 4610166143242c22f09afb5246944f5e7468e654..782d973b0719a44eece7de9c98783713ee62631e 100644 (file)
@@ -29,7 +29,7 @@
 #include <asm/msr-index.h>
 
 #define KVM_MAX_VCPUS 254
-#define KVM_SOFT_MAX_VCPUS 64
+#define KVM_SOFT_MAX_VCPUS 160
 #define KVM_MEMORY_SLOTS 32
 /* memory slots that does not exposed to userspace */
 #define KVM_PRIVATE_MEM_SLOTS 4