Re: [Qemu-devel] [PATCH] hw/arm/virt: fix max-cpus check

2016-02-09 Thread Peter Maydell
On 5 February 2016 at 12:45, Shannon Zhao wrote: > > > 2016年2月3日星期三,Andrew Jones 写道: >> >> mach-virt doesn't yet support hotplug, but command lines specifying >> -smp ,maxcpus= don't fail. Of course specifying >> bigger-num as something bigger than the machine supports, e.g. > 8 >> on a gicv2 mac

Re: [Qemu-devel] [PATCH] hw/arm/virt: fix max-cpus check

2016-02-05 Thread Shannon Zhao
2016年2月3日星期三,Andrew Jones 写道: > mach-virt doesn't yet support hotplug, but command lines specifying > -smp ,maxcpus= don't fail. Of course specifying > bigger-num as something bigger than the machine supports, e.g. > 8 > on a gicv2 machine, should fail though. This fix also makes mach- > virt's m

Re: [Qemu-devel] [PATCH] hw/arm/virt: fix max-cpus check

2016-02-04 Thread Andrew Jones
On Thu, Feb 04, 2016 at 09:54:45AM +0800, Shannon Zhao wrote: > > > On 2016/2/3 22:59, Andrew Jones wrote: > > mach-virt doesn't yet support hotplug, but command lines specifying > > -smp ,maxcpus= don't fail. Of course specifying > > bigger-num as something bigger than the machine supports, e.g.

Re: [Qemu-devel] [PATCH] hw/arm/virt: fix max-cpus check

2016-02-03 Thread Shannon Zhao
On 2016/2/3 22:59, Andrew Jones wrote: > mach-virt doesn't yet support hotplug, but command lines specifying > -smp ,maxcpus= don't fail. Of course specifying > bigger-num as something bigger than the machine supports, e.g. > 8 > on a gicv2 machine, should fail though. This fix also makes mach- >

[Qemu-devel] [PATCH] hw/arm/virt: fix max-cpus check

2016-02-03 Thread Andrew Jones
mach-virt doesn't yet support hotplug, but command lines specifying -smp ,maxcpus= don't fail. Of course specifying bigger-num as something bigger than the machine supports, e.g. > 8 on a gicv2 machine, should fail though. This fix also makes mach- virt's max-cpus check truly consistent with the on