summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcelo Tosatti <mtosatti@redhat.com>2012-02-03 12:28:31 -0200
committerAvi Kivity <avi@redhat.com>2012-03-05 14:57:34 +0200
commita59cb29e4d81e025192550c2703f305637f016f6 (patch)
treece323a9e1efdf78637f7f4f564c7588031b66ac3
parentdf156f90a0f90649dd38b7667901ef85478f3d2b (diff)
downloadlinux-a59cb29e4d81e025192550c2703f305637f016f6.tar.gz
linux-a59cb29e4d81e025192550c2703f305637f016f6.tar.bz2
linux-a59cb29e4d81e025192550c2703f305637f016f6.zip
KVM: x86: increase recommended max vcpus to 160
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>
-rw-r--r--arch/x86/include/asm/kvm_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
index 461016614324..782d973b0719 100644
--- a/arch/x86/include/asm/kvm_host.h
+++ b/arch/x86/include/asm/kvm_host.h
@@ -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