[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-stable] [PATCH 3/4] Support more than 255 cpus: max cpumask bit to
From: |
Li, Zhen-Hua |
Subject: |
[Qemu-stable] [PATCH 3/4] Support more than 255 cpus: max cpumask bit to 4096 |
Date: |
Tue, 13 May 2014 15:09:13 +0800 |
From: "Li, ZhenHua" <address@hidden>
Change MAX_CPUMASK_BITS from 255 to 4096.
Signed-off-by: Li, ZhenHua <address@hidden>
---
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 ba5c7f8..97961a6 100644
--- a/include/sysemu/sysemu.h
+++ b/include/sysemu/sysemu.h
@@ -139,7 +139,7 @@ extern QEMUClockType rtc_clock;
*
* Note that cpu->get_arch_id() may be larger than MAX_CPUMASK_BITS.
*/
-#define MAX_CPUMASK_BITS 255
+#define MAX_CPUMASK_BITS 4096
extern int nb_numa_nodes;
extern uint64_t node_mem[MAX_NODES];
--
2.0.0-rc0
- [Qemu-stable] [PATCH 0/4] Support more than 255 cpus, Li, Zhen-Hua, 2014/05/13
- [Qemu-stable] [PATCH 3/4] Support more than 255 cpus: max cpumask bit to 4096,
Li, Zhen-Hua <=
- [Qemu-stable] [PATCH 2/4] Support more than 255 cpus: max_cpus to 4096, Li, Zhen-Hua, 2014/05/13
- Re: [Qemu-stable] [Qemu-devel] [PATCH 0/4] Support more than 255 cpus, Andreas Färber, 2014/05/13