On Tue, May 10, 2022 at 17:20:52 +0200, Jiri Denemark wrote: > We want to prevent our error path that can potentially kill the domain > on the destination host from overwriting an error reported earlier, but > we were only doing so in one specific path when starting vCPUs fails. > Let's do it in all paths. > > Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx> > --- > src/qemu/qemu_migration.c | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) Reviewed-by: Peter Krempa <pkrempa@xxxxxxxxxx>