]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commit
libxc: create unmapped initrd in domain builder if supported
authorJuergen Gross <jgross@suse.com>
Thu, 12 Nov 2015 13:43:33 +0000 (14:43 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 16 Nov 2015 13:18:56 +0000 (13:18 +0000)
commit8c45adec18e0512c3d34dcafb13414ecba21be6a
tree9eb6399c424f41873efd9219ecc051bd93dc58db
parentd8db3c7db92ddf1049c69dbf22ef06786d280498
libxc: create unmapped initrd in domain builder if supported

In case the kernel of a new pv-domU indicates it is supporting an
unmapped initrd, don't waste precious virtual space for the initrd,
but allocate only guest physical memory for it.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libxc/include/xc_dom.h
tools/libxc/xc_dom_core.c
tools/libxc/xc_dom_x86.c