]> xenbits.xensource.com Git - xen.git/commit
libxc: introduce a xc_dom_arch for hvm-3.0-x86_32 guests
authorRoger Pau Monne <roger.pau@citrix.com>
Fri, 2 Oct 2015 15:48:40 +0000 (17:48 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 8 Oct 2015 11:22:44 +0000 (12:22 +0100)
commit68e1183411be71a8daa71b8abdd1f4fb843eb28a
treeeebeaf5e22023acc3c7f1a8374a428776ef88435
parent5b921b49f08f9751100d8cb503a5dbc53de74886
libxc: introduce a xc_dom_arch for hvm-3.0-x86_32 guests

This xc_dom_arch will be used in order to build HVM domains. The code is
based on the existing xc_hvm_populate_memory and xc_hvm_populate_params
functions.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
tools/libxc/include/xc_dom.h
tools/libxc/xc_dom_x86.c