]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Fix detection of failed migration
authorJiri Denemark <jdenemar@redhat.com>
Fri, 20 Apr 2012 15:10:37 +0000 (17:10 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 26 Apr 2012 14:30:23 +0000 (16:30 +0200)
commit25a63451ad4ff1a211bdb33b2b9c7e3efc2b8b90
tree1726e87846821081aef9158f9db4adbccf46922c
parentb1e374a7ac56927cfe62435179bf0bba1e08b372
qemu: Fix detection of failed migration

When QEMU reported failed or canceled migration, we correctly detected
it but didn't really consider it as an error condition and migration
protocol just went on. Luckily, some of the subsequent steps eventually
failed end we reported an (unrelated and mostly random) error back to
the caller.
src/qemu/qemu_migration.c