Re: [Qemu-devel] [PATCH 3/3] ppc/spapr: Fix MAX_CPUS to 255

2014-07-28 Thread Alexander Graf
On 27.06.14 08:47, Nikunj A Dadhania wrote: MAX_CPUS 256 is inconsistent with qemu supporting upto 255 cpus. This MAX_CPUS number was percolated back to "virsh capabilities" with wrong max_cpus. Signed-off-by: Nikunj A Dadhania Nice one :). Thanks, applied to ppc-next-2.2. Alex

Re: [Qemu-devel] [PATCH 3/3] ppc/spapr: Fix MAX_CPUS to 255

2014-07-10 Thread Nikunj A Dadhania
Nikunj A Dadhania writes: > MAX_CPUS 256 is inconsistent with qemu supporting upto 255 cpus. This > MAX_CPUS number was percolated back to "virsh capabilities" with wrong > max_cpus. Agraf, ping

[Qemu-devel] [PATCH 3/3] ppc/spapr: Fix MAX_CPUS to 255

2014-06-26 Thread Nikunj A Dadhania
MAX_CPUS 256 is inconsistent with qemu supporting upto 255 cpus. This MAX_CPUS number was percolated back to "virsh capabilities" with wrong max_cpus. Signed-off-by: Nikunj A Dadhania --- hw/ppc/spapr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/ppc/spapr.c b/hw/ppc/s