qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] sysemu: support up to 1024 vCPUs
@ 2016-05-11 14:00 Greg Kurz
  2016-05-11 14:20 ` Igor Mammedov
  0 siblings, 1 reply; 3+ messages in thread
From: Greg Kurz @ 2016-05-11 14:00 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: Igor Mammedov, qemu-ppc, qemu-devel, David Gibson

Some systems can already provide more than 255 hardware threads.

Bumping the QEMU limit to 1024 seems reasonable:
- it has no visible overhead in top
- the limit itself has no effect on hot paths

Signed-off-by: Greg Kurz <gkurz@linux.vnet.ibm.com>
---

This was tested with a pseries guest only. I'd like to know if it is okay
for other platforms.

 include/sysemu/sysemu.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h
index 38fb3cad35e1..89d742caa477 100644
--- a/include/sysemu/sysemu.h
+++ b/include/sysemu/sysemu.h
@@ -185,7 +185,7 @@ extern int mem_prealloc;
  *
  * Note that cpu->get_arch_id() may be larger than MAX_CPUMASK_BITS.
  */
-#define MAX_CPUMASK_BITS 255
+#define MAX_CPUMASK_BITS 1024
 
 #define MAX_OPTION_ROMS 16
 typedef struct QEMUOptionRom {

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

end of thread, other threads:[~2016-05-11 15:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-11 14:00 [Qemu-devel] [PATCH] sysemu: support up to 1024 vCPUs Greg Kurz
2016-05-11 14:20 ` Igor Mammedov
2016-05-11 15:20   ` Greg Kurz

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).