]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Handle postcopy-active migration state
authorJiri Denemark <jdenemar@redhat.com>
Thu, 26 Nov 2015 14:37:23 +0000 (15:37 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 21 Mar 2016 14:15:46 +0000 (15:15 +0100)
commitee47d8e8dd2b33ab77453a6e1a4e32f409126ee5
treec05bbb03211d5d0c4a0659440028798bd1f10285
parent1a1246ec7d988652c8c104b82e0570692f95c325
qemu: Handle postcopy-active migration state

Migration enters "postcopy-active" state after QEMU switches to
post-copy and pauses guest CPUs. From libvirt's point of view this state
is similar to "completed" because we need to transfer guest execution to
the destination host.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_migration.c
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_process.c