
10 Jul
2015
10 Jul
'15
11:45 a.m.
On Fri, Jul 10, 2015 at 11:26:18 +0200, Jiri Denemark wrote:
When QEMU exits on destination during migration, the source reports either success (if the failure happened at the very end) or unhelpful "unexpectedly failed" error message. However, the Finish API called on the destination may report a real error so let's use it instead of the generic one.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> ---
Notes: Version 2: - cleaner control flow - more comments
src/libvirt-domain.c | 30 ++++++++++++++++++++++++++++-- src/qemu/qemu_migration.c | 39 +++++++++++++++++++++++++++++++++++++-- 2 files changed, 65 insertions(+), 4 deletions(-)
ACK