From: "Li, ZhenHua" <zhen-h...@hp.com> max_cpus from 255 to 4096. So the machine types can support up to 4096 cpus.
Signed-off-by: Li, ZhenHua <zhen-h...@hp.com> --- include/hw/i386/pc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index 9010246..8183141 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -411,6 +411,6 @@ int e820_add_entry(uint64_t, uint64_t, uint32_t); #define PC_DEFAULT_MACHINE_OPTIONS \ PC_COMMON_MACHINE_OPTIONS, \ .hot_add_cpu = pc_hot_add_cpu, \ - .max_cpus = 255 + .max_cpus = 4096 #endif -- 2.0.0-rc0