Re: [PATCH] qemuMigrationSrcRun: Don't jump to 'exit_monitor' from outside of the monitor

2021-03-09 Thread Jiri Denemark
On Tue, Mar 09, 2021 at 12:51:04 +0100, Peter Krempa wrote: > Failure of 'qemuMigrationSetDBusVMState' would jump to 'exit_monitor' > but the function isn't called inside of the monitor context. > > Signed-off-by: Peter Krempa > --- > src/qemu/qemu_migration.c | 2 +- > 1 file changed, 1

[PATCH] qemuMigrationSrcRun: Don't jump to 'exit_monitor' from outside of the monitor

2021-03-09 Thread Peter Krempa
Failure of 'qemuMigrationSetDBusVMState' would jump to 'exit_monitor' but the function isn't called inside of the monitor context. Signed-off-by: Peter Krempa --- src/qemu/qemu_migration.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qemu/qemu_migration.c