public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* KVM: x86: increase recommended max vcpus to 160
@ 2012-02-03 14:28 Marcelo Tosatti
  2012-02-03 15:28 ` Sasha Levin
  0 siblings, 1 reply; 4+ messages in thread
From: Marcelo Tosatti @ 2012-02-03 14:28 UTC (permalink / raw)
  To: kvm


Increase recommended max vcpus from 64 to 160 (tested internally
at Red Hat).

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>

diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
index 4610166..782d973 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-03 20:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-03 14:28 KVM: x86: increase recommended max vcpus to 160 Marcelo Tosatti
2012-02-03 15:28 ` Sasha Levin
2012-02-03 15:55   ` Marcelo Tosatti
2012-02-03 20:32     ` shak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox