Re: [Qemu-devel] [PATCH 1/3] pseries: Increase maximum CPUs to 256

2011-04-20 Thread Alexander Graf
On 20.04.2011, at 08:31, David Gibson wrote: > On Tue, Apr 19, 2011 at 05:02:21PM +0200, Alexander Graf wrote: >> On 04/19/2011 02:44 PM, David Gibson wrote: >>> On Tue, Apr 19, 2011 at 09:38:58AM +0200, Alexander Graf wrote: On 19.04.2011, at 03:54, David Gibson wrote: > From: Ant

Re: [Qemu-devel] [PATCH 1/3] pseries: Increase maximum CPUs to 256

2011-04-19 Thread David Gibson
On Tue, Apr 19, 2011 at 05:02:21PM +0200, Alexander Graf wrote: > On 04/19/2011 02:44 PM, David Gibson wrote: > >On Tue, Apr 19, 2011 at 09:38:58AM +0200, Alexander Graf wrote: > >>On 19.04.2011, at 03:54, David Gibson wrote: > >> > >>>From: Anton Blanchard > >>> > >>>The original pSeries machine w

Re: [Qemu-devel] [PATCH 1/3] pseries: Increase maximum CPUs to 256

2011-04-19 Thread Alexander Graf
On 04/19/2011 02:44 PM, David Gibson wrote: On Tue, Apr 19, 2011 at 09:38:58AM +0200, Alexander Graf wrote: On 19.04.2011, at 03:54, David Gibson wrote: From: Anton Blanchard The original pSeries machine was limited to 32 CPUs, more or less arbitrarily. Particularly when we get SMT KVM guest

Re: [Qemu-devel] [PATCH 1/3] pseries: Increase maximum CPUs to 256

2011-04-19 Thread David Gibson
On Tue, Apr 19, 2011 at 09:38:58AM +0200, Alexander Graf wrote: > > On 19.04.2011, at 03:54, David Gibson wrote: > > > From: Anton Blanchard > > > > The original pSeries machine was limited to 32 CPUs, more or less > > arbitrarily. Particularly when we get SMT KVM guests it will be > > pretty

Re: [Qemu-devel] [PATCH 1/3] pseries: Increase maximum CPUs to 256

2011-04-19 Thread Alexander Graf
On 19.04.2011, at 03:54, David Gibson wrote: > From: Anton Blanchard > > The original pSeries machine was limited to 32 CPUs, more or less > arbitrarily. Particularly when we get SMT KVM guests it will be > pretty easy to exceed this. Therefore, raise the max number of CPUs > in a pseries mac

[Qemu-devel] [PATCH 1/3] pseries: Increase maximum CPUs to 256

2011-04-18 Thread David Gibson
From: Anton Blanchard The original pSeries machine was limited to 32 CPUs, more or less arbitrarily. Particularly when we get SMT KVM guests it will be pretty easy to exceed this. Therefore, raise the max number of CPUs in a pseries machine guest to 256. Signed-off-by: Anton Blanchard Signed-