aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/include/xen_vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libxen/include/xen_vm.h')
-rw-r--r--tools/libxen/include/xen_vm.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/libxen/include/xen_vm.h b/tools/libxen/include/xen_vm.h
index 54abe1ba82..d33f31b860 100644
--- a/tools/libxen/include/xen_vm.h
+++ b/tools/libxen/include/xen_vm.h
@@ -877,6 +877,14 @@ xen_vm_send_trigger(xen_session *session, xen_vm vm, char *trigger);
/**
+ * Migrate the VM to another host. This can only be called when the
+ * specified VM is in the Running state.
+ */
+extern bool
+xen_vm_migrate(xen_session *session, xen_vm vm, char *dest, bool live, xen_string_string_map *options);
+
+
+/**
* Return a list of all the VMs known to the system.
*/
extern bool