aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_internal.h
diff options
context:
space:
mode:
authorAnthony PERARD <anthony.perard@citrix.com>2012-10-08 11:45:35 +0100
committerAnthony PERARD <anthony.perard@citrix.com>2012-10-08 11:45:35 +0100
commitf19153d95a19b7c1e5117ac5caa89bcb1ff18bf2 (patch)
tree3c544b7a25122936542147ed447f9b03e3bd65f0 /tools/libxl/libxl_internal.h
parent1020aaca8fe486da08b630a85a644a28f27f962d (diff)
downloadxen-f19153d95a19b7c1e5117ac5caa89bcb1ff18bf2.tar.gz
xen-f19153d95a19b7c1e5117ac5caa89bcb1ff18bf2.tar.bz2
xen-f19153d95a19b7c1e5117ac5caa89bcb1ff18bf2.zip
libxl_qmp: Introduce libxl__qmp_set_global_dirty_log.
This function will enable or disable the global dirty log on QEMU, used during a migration. Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-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 04ca5a51e9..afa36a76ec 100644
--- a/tools/libxl/libxl_internal.h
+++ b/tools/libxl/libxl_internal.h
@@ -1404,6 +1404,8 @@ _hidden int libxl__qmp_stop(libxl__gc *gc, int domid);
_hidden int libxl__qmp_resume(libxl__gc *gc, int domid);
/* Save current QEMU state into fd. */
_hidden int libxl__qmp_save(libxl__gc *gc, int domid, const char *filename);
+/* Set dirty bitmap logging status */
+_hidden int libxl__qmp_set_global_dirty_log(libxl__gc *gc, int domid, bool enable);
/* close and free the QMP handler */
_hidden void libxl__qmp_close(libxl__qmp_handler *qmp);
/* remove the socket file, if the file has already been removed,