From: Marcelo Tosatti Date: Fri, 3 Feb 2012 14:28:31 +0000 (-0200) Subject: KVM: x86: increase recommended max vcpus to 160 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a59cb29e4d81e025192550c2703f305637f016f6;p=mv-sheeva.git 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 Signed-off-by: Avi Kivity --- diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index 46101661432..782d973b071 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h @@ -29,7 +29,7 @@ #include #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