aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_internal.h
diff options
context:
space:
mode:
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>2012-12-04 13:06:35 +0000
committerIan Jackson <Ian.Jackson@eu.citrix.com>2013-03-13 16:00:00 +0000
commitec41430ef6a7385f73bd69facc1cb77443ccc6f3 (patch)
treed35b8a8d26acf771c5138217edc2c8add9cd5866 /tools/libxl/libxl_internal.h
parentc966179ba4c1ee0461a2d84a1d667629cca21ec8 (diff)
downloadxen-ec41430ef6a7385f73bd69facc1cb77443ccc6f3.tar.gz
xen-ec41430ef6a7385f73bd69facc1cb77443ccc6f3.tar.bz2
xen-ec41430ef6a7385f73bd69facc1cb77443ccc6f3.zip
libxl: use qemu-xen (upstream QEMU) as device model by default
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/libxl/libxl_internal.h')
-rw-r--r--tools/libxl/libxl_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h
index 12b6a6c01f..8be086d6bb 100644
--- a/tools/libxl/libxl_internal.h
+++ b/tools/libxl/libxl_internal.h
@@ -1561,6 +1561,8 @@ _hidden libxl__json_object *libxl__json_parse(libxl__gc *gc_opt, const char *s);
/* Based on /local/domain/$domid/dm-version xenstore key
* default is qemu xen traditional */
_hidden int libxl__device_model_version_running(libxl__gc *gc, uint32_t domid);
+ /* Return the system-wide default device model */
+_hidden libxl_device_model_version libxl__default_device_model(libxl__gc *gc);
/* Check how executes hotplug script currently */
int libxl__hotplug_settings(libxl__gc *gc, xs_transaction_t t);