libxc: remove superpages option for pv domains
authorJuergen Gross <jgross@suse.com>
Thu, 8 Oct 2015 15:23:47 +0000 (17:23 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 22 Oct 2015 15:18:12 +0000 (16:18 +0100)
commit9b3c6b13e0c085ceb53210f8e682a073096b94fa
treea5256cc57562cbe8ccb5c5a45eed172a72ae6562
parentfc5b2486441359f64bf749bc6f27c38fcc8d60c4
libxc: remove superpages option for pv domains

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 its support from the xc bindings and the domain
builder

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
tools/libxc/include/xc_dom.h
tools/libxc/xc_dom_x86.c
tools/python/xen/lowlevel/xc/xc.c