Re: [PATCH 1/1] kvm: increase max vcpu count

2014-05-15 Thread Radim Krčmář
2014-05-15 17:50+0800, Li, Zhen-Hua: > This patch is trying to increase the maximum supported vcpu number. > > There has been big system supporting more than 256 logical CPUs, and vmware > can also support guest system with more than logical 256 CPUs. So kvm should > also increase the maximum sup

[PATCH 1/1] kvm: increase max vcpu count

2014-05-15 Thread Li, Zhen-Hua
This patch is trying to increase the maximum supported vcpu number. There has been big system supporting more than 256 logical CPUs, and vmware can also support guest system with more than logical 256 CPUs. So kvm should also increase the maximum supported cpu number. This patch only includes ke