All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] KVM/x86: Increase max vcpu number to 352
@ 2017-08-10 10:00 Lan Tianyu
       [not found] ` <20170810175056.GR2547@char.us.oracle.com>
  2017-08-11 22:47 ` Denys Vlasenko
  0 siblings, 2 replies; 14+ messages in thread
From: Lan Tianyu @ 2017-08-10 10:00 UTC (permalink / raw)
  Cc: Lan Tianyu, pbonzini, rkrcmar, tglx, mingo, hpa, x86, kvm, linux-kernel

Intel Xeon phi chip will support 352 logical threads. For HPC usage
case, it will create a huge VM with vcpu number as same as host cpus. This
patch is to increase max vcpu number to 352.

Signed-off-by: Lan Tianyu <tianyu.lan@intel.com>
---
 arch/x86/include/asm/kvm_host.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
index 87ac4fb..2cdc043 100644
--- a/arch/x86/include/asm/kvm_host.h
+++ b/arch/x86/include/asm/kvm_host.h
@@ -35,7 +35,7 @@
 #include <asm/asm.h>
 #include <asm/kvm_page_track.h>
 
-#define KVM_MAX_VCPUS 288
+#define KVM_MAX_VCPUS 352
 #define KVM_SOFT_MAX_VCPUS 240
 #define KVM_MAX_VCPU_ID 1023
 #define KVM_USER_MEM_SLOTS 509
-- 
1.8.3.1

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

end of thread, other threads:[~2017-08-21 15:44 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-10 10:00 [PATCH] KVM/x86: Increase max vcpu number to 352 Lan Tianyu
     [not found] ` <20170810175056.GR2547@char.us.oracle.com>
2017-08-11  7:49   ` Lan Tianyu
2017-08-11  8:11     ` David Hildenbrand
2017-08-11 13:00       ` Radim Krčmář
2017-08-11 19:35         ` Konrad Rzeszutek Wilk
2017-08-15  3:00           ` Lan Tianyu
2017-08-15 14:10             ` Konrad Rzeszutek Wilk
2017-08-15 16:13               ` Radim Krčmář
2017-08-18 13:57                 ` Konrad Rzeszutek Wilk
2017-08-21 15:44                   ` Radim Krčmář
2017-08-16  3:07               ` Lan Tianyu
2017-08-18 14:20                 ` Konrad Rzeszutek Wilk
2017-08-15 14:20             ` Radim Krčmář
2017-08-11 22:47 ` Denys Vlasenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.