From 9b3d7894495c6b4fa1321330eb6d2d8162ee10b1 Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Fri, 14 Jun 2013 11:20:54 +0200 Subject: python: Add bindings for extensible migration APIs The patch implements wrappers for virDomainMigrate3 and virDomainMigrateToURI3. --- libvirt-override-api.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'libvirt-override-api.xml') diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index 155ab36..9a88215 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -527,6 +527,24 @@ + + Migrate the domain object from its current host to the destination host + given by dconn (a connection to the destination host). + + + + + + + + Migrate the domain object from its current host to the destination host + given by URI. + + + + + + Change the I/O tunables for a block device -- cgit