Re: [Xen-devel] [PATCH v2 1/3] x86: nuke PV superpage option and code

2017-07-26 Thread Konrad Rzeszutek Wilk
On Wed, Jul 26, 2017 at 05:19:02PM +0100, Andrew Cooper wrote: > On 26/07/17 08:44, Wei Liu wrote: > > Delete the user visible option and code for PV superpage support. The > > mm code is modified as if the option is set to false (the default > > value). > > > > Return the address space occupied by

Re: [Xen-devel] [PATCH v2 1/3] x86: nuke PV superpage option and code

2017-07-26 Thread Wei Liu
On Wed, Jul 26, 2017 at 05:19:02PM +0100, Andrew Cooper wrote: > On 26/07/17 08:44, Wei Liu wrote: > > Delete the user visible option and code for PV superpage support. The > > mm code is modified as if the option is set to false (the default > > value). > > > > Return the address space occupied by

Re: [Xen-devel] [PATCH v2 1/3] x86: nuke PV superpage option and code

2017-07-26 Thread Andrew Cooper
On 26/07/17 08:44, Wei Liu wrote: > Delete the user visible option and code for PV superpage support. The > mm code is modified as if the option is set to false (the default > value). > > Return the address space occupied by spage_info back to the reserved > address space. > > Signed-off-by: Wei Li