Re: [Qemu-devel] [PATCH] aarch64: raise max_cpus to 8

2014-08-29 Thread Peter Maydell
On 19 August 2014 22:33, Joel Schopp wrote: > I'm running on a system with 8 cpus and it would be nice to have qemu > support all of them. The attached patch does that and has been tested. > > That said, I'm not sure if 8 is enough or if we want to bump this even higher > now before systems with

Re: [Qemu-devel] [PATCH] aarch64: raise max_cpus to 8

2014-08-20 Thread Peter Maydell
On 20 August 2014 16:08, Joel Schopp wrote: > > On 08/19/2014 05:43 PM, Peter Maydell wrote: >> On 19 August 2014 22:33, Joel Schopp wrote: >>> I'm running on a system with 8 cpus and it would be nice to have qemu >>> support all of them. The attached patch does that and has been tested. >>> >>>

Re: [Qemu-devel] [PATCH] aarch64: raise max_cpus to 8

2014-08-20 Thread Joel Schopp
On 08/19/2014 05:43 PM, Peter Maydell wrote: > On 19 August 2014 22:33, Joel Schopp wrote: >> I'm running on a system with 8 cpus and it would be nice to have qemu >> support all of them. The attached patch does that and has been tested. >> >> That said, I'm not sure if 8 is enough or if we want

Re: [Qemu-devel] [PATCH] aarch64: raise max_cpus to 8

2014-08-19 Thread Peter Maydell
On 19 August 2014 22:33, Joel Schopp wrote: > I'm running on a system with 8 cpus and it would be nice to have qemu > support all of them. The attached patch does that and has been tested. > > That said, I'm not sure if 8 is enough or if we want to bump this even higher > now before systems with

[Qemu-devel] [PATCH] aarch64: raise max_cpus to 8

2014-08-19 Thread Joel Schopp
I'm running on a system with 8 cpus and it would be nice to have qemu support all of them. The attached patch does that and has been tested. That said, I'm not sure if 8 is enough or if we want to bump this even higher now before systems with many more cpus come along. 255 anyone? Cc: Peter Mayd