Re: [Qemu-devel] [PATCH 0/4] Support more than 255 cpus

2014-05-15 Thread Jan Kiszka
On 2014-05-15 09:16, Li, ZhenHua wrote: > Kernel's kvm support is not here. > x2APIC is needed, I will try to do that later. x2APIC emulation can wait if KVM support is there. But we need at least one of them before starting to think about raising the limit. Jan PS: Please don't top-post. > >

Re: [Qemu-devel] [PATCH 0/4] Support more than 255 cpus

2014-05-15 Thread Li, ZhenHua
Kernel's kvm support is not here. x2APIC is needed, I will try to do that later. On 05/13/2014 06:53 PM, Jan Kiszka wrote: On 2014-05-13 09:09, Li, Zhen-Hua wrote: From: "Li, ZhenHua" These series patches are trying to make Qemu support more than 255 CPUs. The max cpu number changed to 4096.

Re: [Qemu-devel] [PATCH 0/4] Support more than 255 cpus

2014-05-13 Thread Jan Kiszka
On 2014-05-13 09:09, Li, Zhen-Hua wrote: > From: "Li, ZhenHua" > > These series patches are trying to make Qemu support more than 255 CPUs. > The max cpu number changed to 4096. > > Support more than 255 cpus: ACPI and APIC defines > Support more than 255 cpus: max_cpus to 4096 > Support mor

Re: [Qemu-devel] [PATCH 0/4] Support more than 255 cpus

2014-05-13 Thread Andreas Färber
Am 13.05.2014 09:09, schrieb Li, Zhen-Hua: > From: "Li, ZhenHua" > > These series patches are trying to make Qemu support more than 255 CPUs. > The max cpu number changed to 4096. This series is not trivial. And it's not a bug fix either, so not stable material. CC'ing Igor and Eduardo for rev

[Qemu-devel] [PATCH 0/4] Support more than 255 cpus

2014-05-13 Thread Li, Zhen-Hua
From: "Li, ZhenHua" These series patches are trying to make Qemu support more than 255 CPUs. The max cpu number changed to 4096. Support more than 255 cpus: ACPI and APIC defines Support more than 255 cpus: max_cpus to 4096 Support more than 255 cpus: max cpumask bit to 4096 Support more th