
On Fri, Jul 10, 2015 at 11:26:16 +0200, Jiri Denemark wrote:
If QEMU fails during incoming migration, the domain disappears including a possibly useful error message read from QEMU log file. Let's remember the error in virQEMUDriver so that Finish can report more than just "no such domain".
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> ---
Notes: Version 2: - s/virHashLockable/virHashAtomic/ - use virErrorCopyNew - more comments
src/qemu/qemu_conf.h | 3 +++ src/qemu/qemu_driver.c | 31 ++++++++++++++++++------- src/qemu/qemu_migration.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++- src/qemu/qemu_migration.h | 7 ++++++ src/qemu/qemu_monitor.c | 14 +++++++++++ src/qemu/qemu_monitor.h | 2 ++ src/qemu/qemu_process.c | 4 ++++ 7 files changed, 111 insertions(+), 9 deletions(-)
ACK