]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuMigrationSrcRun: Don't jump to 'exit_monitor' from outside of the monitor
authorPeter Krempa <pkrempa@redhat.com>
Mon, 1 Mar 2021 13:52:03 +0000 (14:52 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 9 Mar 2021 12:27:43 +0000 (13:27 +0100)
commit568d7358ab2c106cefc7b42cd80fb9155d4bb72a
tree400c886b19b12d6b0704c068739b300daeb9dde9
parent7a694da7be279e4b8dbda41310f226438e709830
qemuMigrationSrcRun: Don't jump to 'exit_monitor' from outside of the monitor

Failure of 'qemuMigrationSetDBusVMState' would jump to 'exit_monitor'
but the function isn't called inside of the monitor context.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_migration.c