]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Preserve original error during migration
authorJiri Denemark <jdenemar@redhat.com>
Fri, 20 Apr 2012 12:07:49 +0000 (14:07 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 26 Apr 2012 14:30:22 +0000 (16:30 +0200)
commit6d64694762b26387b684dad2179824ec1fa40575
treeff14218c3794035c6c5139f2abc3a4e4aa0fd3f9
parent6446a9e20cc65561ce6061742baf35a3a63d5ba1
qemu: Preserve original error during migration

In some cases (spotted with broken connection during tunneled migration)
we were overwriting the original error with worse or even misleading
errors generated when we were cleaning up after failed migration.
src/qemu/qemu_migration.c