Re: [Xen-devel] [PATCH] libxc: remove superpages option for pv domains

2015-10-22 Thread Ian Campbell
On Mon, 2015-10-19 at 12:39 +0200, Juergen Gross wrote: > On 10/09/2015 09:08 PM, Konrad Rzeszutek Wilk wrote: > > On Fri, Oct 09, 2015 at 04:12:12PM +0100, Ian Campbell wrote: > > > On Thu, 2015-10-08 at 17:23 +0200, Juergen Gross wrote: > > > > The pv domain builder currently supports the additio

Re: [Xen-devel] [PATCH] libxc: remove superpages option for pv domains

2015-10-19 Thread Juergen Gross
On 10/09/2015 09:08 PM, Konrad Rzeszutek Wilk wrote: On Fri, Oct 09, 2015 at 04:12:12PM +0100, Ian Campbell wrote: On Thu, 2015-10-08 at 17:23 +0200, Juergen Gross wrote: The pv domain builder currently supports the additional flag "superpages" to build a pv domain with 2MB pages. This feature

Re: [Xen-devel] [PATCH] libxc: remove superpages option for pv domains

2015-10-09 Thread Konrad Rzeszutek Wilk
On Fri, Oct 09, 2015 at 04:12:12PM +0100, Ian Campbell wrote: > On Thu, 2015-10-08 at 17:23 +0200, Juergen Gross wrote: > > The pv domain builder currently supports the additional flag > > "superpages" to build a pv domain with 2MB pages. This feature isn't > > being used by any component other tha

Re: [Xen-devel] [PATCH] libxc: remove superpages option for pv domains

2015-10-09 Thread Ian Campbell
On Thu, 2015-10-08 at 17:23 +0200, Juergen Gross wrote: > The pv domain builder currently supports the additional flag > "superpages" to build a pv domain with 2MB pages. This feature isn't > being used by any component other than the python xc bindings. > > Remove the flag and it's support from t

Re: [Xen-devel] [PATCH] libxc: remove superpages option for pv domains

2015-10-08 Thread Wei Liu
On Thu, Oct 08, 2015 at 05:23:47PM +0200, Juergen Gross wrote: > The pv domain builder currently supports the additional flag > "superpages" to build a pv domain with 2MB pages. This feature isn't > being used by any component other than the python xc bindings. > > Remove the flag and it's support

[Xen-devel] [PATCH] libxc: remove superpages option for pv domains

2015-10-08 Thread Juergen Gross
The pv domain builder currently supports the additional flag "superpages" to build a pv domain with 2MB pages. This feature isn't being used by any component other than the python xc bindings. Remove the flag and it's support from the xc bindings and the domain builder Signed-off-by: Juergen Gros