On Wed, Jun 01, 2022 at 14:49:04 +0200, Jiri Denemark wrote: > There's no need to artificially pause a domain when post-copy fails > from our point of view unless QEMU connection is broken too as migration > may still be progressing well. > > Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx> > --- > > Notes: > Version 2: > - commit message and warning text updated > - dropped dead code from qemuMigrationSrcPostcopyFailed > - source domain is always paused once it enters post-copy, handling > RUNNING state there was a leftover from before this patch > > src/qemu/qemu_migration.c | 51 ++++++++++++++++++++++++++------------- > src/qemu/qemu_migration.h | 6 +++-- > src/qemu/qemu_process.c | 8 +++--- > 3 files changed, 42 insertions(+), 23 deletions(-) Reviewed-by: Peter Krempa <pkrempa@xxxxxxxxxx>