]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add public APIs for post-copy migration
authorCristian Klein <cristiklein@gmail.com>
Mon, 1 Dec 2014 15:59:53 +0000 (16:59 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 21 Mar 2016 14:15:46 +0000 (15:15 +0100)
commit1a1246ec7d988652c8c104b82e0570692f95c325
treee61848af0570e71b5d04726e24647f4c892eeedb
parent5a9cbc6265c14f2071f015341ae15dee7f236473
Add public APIs for post-copy migration

To use post-copy one has to start the migration with
VIR_MIGRATE_POSTCOPY flag and, while migration is in progress, call
virDomainMigrateStartPostCopy() to switch from pre-copy to post-copy.

Signed-off-by: Cristian Klein <cristiklein@gmail.com>
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
include/libvirt/libvirt-domain.h
src/driver-hypervisor.h
src/libvirt-domain.c
src/libvirt_public.syms
src/remote/remote_driver.c
src/remote/remote_protocol.x
src/remote_protocol-structs