]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
migration: Don't propagate VIR_MIGRATE_ABORT_ON_ERROR
authorPeter Krempa <pkrempa@redhat.com>
Wed, 12 Jun 2013 14:11:22 +0000 (16:11 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 18 Jun 2013 12:52:26 +0000 (14:52 +0200)
commit5379bb0f33f1529f530a40958a10e8f02eb868bb
tree68e82bdf5732050327652e8c3f72b964493445a3
parentcf6d56ac433273b7e4e087bb861ebced0680cec3
migration: Don't propagate VIR_MIGRATE_ABORT_ON_ERROR

This flag is meant for errors happening on the source of the migration
and isn't used on the destination. To allow better migration
compatibility, don't propagate it to the destination.
src/libvirt.c
src/qemu/qemu_migration.c