aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_internal.h
diff options
context:
space:
mode:
authorIan Jackson <ian.jackson@eu.citrix.com>2012-05-11 18:59:04 +0100
committerIan Jackson <ian.jackson@eu.citrix.com>2012-05-11 18:59:04 +0100
commit823c89eeb5b927e735f69901169f280390ed2973 (patch)
tree46c762cbabbdcb75499b85a56612770ff8007879 /tools/libxl/libxl_internal.h
parent456639bbab924d8641dbca4468ac8998428c3e92 (diff)
downloadxen-823c89eeb5b927e735f69901169f280390ed2973.tar.gz
xen-823c89eeb5b927e735f69901169f280390ed2973.tar.bz2
xen-823c89eeb5b927e735f69901169f280390ed2973.zip
libxl: make libxl_create run bootloader via callback
Change initiate_domain_create to properly use libxl__bootloader_run rather than improperly calling libxl_run_bootloader with NULL ao_how. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Changes since v7: * constify convenience aliases. Changes since v6: * Bugfixes from testing. Committed-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxl/libxl_internal.h')
-rw-r--r--tools/libxl/libxl_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h
index b1ce4d612e..9b4c273756 100644
--- a/tools/libxl/libxl_internal.h
+++ b/tools/libxl/libxl_internal.h
@@ -1689,6 +1689,7 @@ struct libxl__domain_create_state {
/* private to domain_create */
int guest_domid;
libxl__domain_build_state build_state;
+ libxl__bootloader_state bl;
libxl__stub_dm_spawn_state dmss;
/* If we're not doing stubdom, we use only dmss.dm,
* for the non-stubdom device model. */