Re: [Qemu-devel] [RFC PATCH v0 0/2] Increase max memslots to 512 for PowerPC

2016-06-02 Thread David Gibson
On Thu, Jun 02, 2016 at 07:37:37PM +0530, Bharata B Rao wrote: > On Thu, Jun 02, 2016 at 09:03:15AM +0200, Thomas Huth wrote: > > On 02.06.2016 06:39, Bharata B Rao wrote: > > ... > > > Agreed. Here is the updated patch: > > > > > > spapr: Increase hotpluggable memory slots to 256 > > > > > >

Re: [Qemu-devel] [RFC PATCH v0 0/2] Increase max memslots to 512 for PowerPC

2016-06-02 Thread Thomas Huth
On 02.06.2016 16:07, Bharata B Rao wrote: > On Thu, Jun 02, 2016 at 09:03:15AM +0200, Thomas Huth wrote: >> On 02.06.2016 06:39, Bharata B Rao wrote: >> ... >>> Agreed. Here is the updated patch: >>> >>> spapr: Increase hotpluggable memory slots to 256 >>> >>> From: Bharata B Rao

Re: [Qemu-devel] [RFC PATCH v0 0/2] Increase max memslots to 512 for PowerPC

2016-06-02 Thread Bharata B Rao
On Thu, Jun 02, 2016 at 09:03:15AM +0200, Thomas Huth wrote: > On 02.06.2016 06:39, Bharata B Rao wrote: > ... > > Agreed. Here is the updated patch: > > > > spapr: Increase hotpluggable memory slots to 256 > > > > From: Bharata B Rao > > > > KVM now supports 512

Re: [Qemu-devel] [RFC PATCH v0 0/2] Increase max memslots to 512 for PowerPC

2016-06-02 Thread Thomas Huth
On 02.06.2016 06:39, Bharata B Rao wrote: ... > Agreed. Here is the updated patch: > > spapr: Increase hotpluggable memory slots to 256 > > From: Bharata B Rao > > KVM now supports 512 memslots on PowerPC (earlier it was 32). Allow half > of it (256) to be used as

Re: [Qemu-devel] [RFC PATCH v0 0/2] Increase max memslots to 512 for PowerPC

2016-06-01 Thread Bharata B Rao
On Thu, Jun 02, 2016 at 10:42:23AM +1000, David Gibson wrote: > On Wed, Jun 01, 2016 at 12:18:22PM +0200, Thomas Huth wrote: > > On 01.06.2016 11:51, Bharata B Rao wrote: > > > Recently the number of memory slots supported by KVM for PowerPC was > > > changed > > > from 32 to 512. QEMU was

Re: [Qemu-devel] [RFC PATCH v0 0/2] Increase max memslots to 512 for PowerPC

2016-06-01 Thread David Gibson
On Wed, Jun 01, 2016 at 12:18:22PM +0200, Thomas Huth wrote: > On 01.06.2016 11:51, Bharata B Rao wrote: > > Recently the number of memory slots supported by KVM for PowerPC was changed > > from 32 to 512. QEMU was restricting the user specifiable hot-pluggable > > memory > > slots to 32. This

Re: [Qemu-devel] [RFC PATCH v0 0/2] Increase max memslots to 512 for PowerPC

2016-06-01 Thread Thomas Huth
On 01.06.2016 11:51, Bharata B Rao wrote: > Recently the number of memory slots supported by KVM for PowerPC was changed > from 32 to 512. QEMU was restricting the user specifiable hot-pluggable memory > slots to 32. This patchset changes that to 512. > > This allows more number of slots to be

[Qemu-devel] [RFC PATCH v0 0/2] Increase max memslots to 512 for PowerPC

2016-06-01 Thread Bharata B Rao
Recently the number of memory slots supported by KVM for PowerPC was changed from 32 to 512. QEMU was restricting the user specifiable hot-pluggable memory slots to 32. This patchset changes that to 512. This allows more number of slots to be available for memory hotplugging. Bharata B Rao (2):