Re: [RFCv2 0/9] PAPR hash page table resizing (guest side)

2016-02-01 Thread David Gibson
On Mon, Feb 01, 2016 at 11:20:03AM +0530, Anshuman Khandual wrote: > On 01/29/2016 10:53 AM, David Gibson wrote: > > Here's a second prototype of the guest side work for runtime resizing > > of the has page table in PAPR guests. > > > > This is now feature complete. It implements the resizing, ad

Re: [RFCv2 0/9] PAPR hash page table resizing (guest side)

2016-01-31 Thread Anshuman Khandual
On 01/29/2016 10:53 AM, David Gibson wrote: > Here's a second prototype of the guest side work for runtime resizing > of the has page table in PAPR guests. > > This is now feature complete. It implements the resizing, advertises > it with CAS, and will automatically invoke it to maintain a good H

[RFCv2 0/9] PAPR hash page table resizing (guest side)

2016-01-28 Thread David Gibson
Here's a second prototype of the guest side work for runtime resizing of the has page table in PAPR guests. This is now feature complete. It implements the resizing, advertises it with CAS, and will automatically invoke it to maintain a good HPT size when memory is hot-added or hot-removed. Patc