qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] x86: Increase max vcpu number to 352
@ 2017-08-10  3:58 Lan Tianyu
  2017-08-10 18:08 ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 12+ messages in thread
From: Lan Tianyu @ 2017-08-10  3:58 UTC (permalink / raw)
  To: qemu-devel; +Cc: Lan Tianyu, mst, pbonzini, rth, ehabkost

Intel Xeon phi chip will support 352 logical threads. For HPC
usage case, it will create a huge VM with vcpus 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>
---
 hw/i386/pc_q35.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/i386/pc_q35.c b/hw/i386/pc_q35.c
index 169a214..5e93749 100644
--- a/hw/i386/pc_q35.c
+++ b/hw/i386/pc_q35.c
@@ -299,7 +299,7 @@ static void pc_q35_machine_options(MachineClass *m)
     m->default_display = "std";
     m->no_floppy = 1;
     m->has_dynamic_sysbus = true;
-    m->max_cpus = 288;
+    m->max_cpus = 352;
 }
 
 static void pc_q35_2_10_machine_options(MachineClass *m)
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [Qemu-devel] [PATCH] x86: Increase max vcpu number to 352
@ 2017-08-10 10:08 Lan Tianyu
  2017-08-10 10:26 ` Daniel P. Berrange
  2017-08-10 12:13 ` Paolo Bonzini
  0 siblings, 2 replies; 12+ messages in thread
From: Lan Tianyu @ 2017-08-10 10:08 UTC (permalink / raw)
  To: qemu-devel; +Cc: Lan Tianyu, mst, pbonzini, rth, ehabkost

Intel Xeon phi chip will support 352 logical threads. For HPC
usage case, it will create a huge VM with vcpus 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>
---
 hw/i386/pc_q35.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/i386/pc_q35.c b/hw/i386/pc_q35.c
index 169a214..5e93749 100644
--- a/hw/i386/pc_q35.c
+++ b/hw/i386/pc_q35.c
@@ -299,7 +299,7 @@ static void pc_q35_machine_options(MachineClass *m)
     m->default_display = "std";
     m->no_floppy = 1;
     m->has_dynamic_sysbus = true;
-    m->max_cpus = 288;
+    m->max_cpus = 352;
 }
 
 static void pc_q35_2_10_machine_options(MachineClass *m)
-- 
1.8.3.1

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

end of thread, other threads:[~2017-08-11 11:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-10  3:58 [Qemu-devel] [PATCH] x86: Increase max vcpu number to 352 Lan Tianyu
2017-08-10 18:08 ` Konrad Rzeszutek Wilk
2017-08-11 11:51   ` Eduardo Habkost
  -- strict thread matches above, loose matches on Subject: below --
2017-08-10 10:08 Lan Tianyu
2017-08-10 10:26 ` Daniel P. Berrange
2017-08-10 11:02   ` Lan Tianyu
2017-08-10 12:41     ` Radim Krčmář
2017-08-10 18:16       ` Eduardo Habkost
2017-08-10 19:22         ` Radim Krčmář
2017-08-11  6:07           ` Lan Tianyu
2017-08-10 12:13 ` Paolo Bonzini
2017-08-10 13:52   ` Daniel P. Berrange

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).