Re: [libvirt PATCH] qemu_migration: Use EnterMonitorAsync in qemuDomainGetMigrationBlockers

2022-07-21 Thread Michal Prívozník
On 7/21/22 15:05, Jiri Denemark wrote: > The code is run with an async job and thus needs to make sure a nested > job is acquired before entering the monitor. > > While touching the code in qemuMigrationSrcIsAllowed I also fixed the > grammar which was accidentally broken by v8.5.0-140-g2103807e33

[libvirt PATCH] qemu_migration: Use EnterMonitorAsync in qemuDomainGetMigrationBlockers

2022-07-21 Thread Jiri Denemark
The code is run with an async job and thus needs to make sure a nested job is acquired before entering the monitor. While touching the code in qemuMigrationSrcIsAllowed I also fixed the grammar which was accidentally broken by v8.5.0-140-g2103807e33. Signed-off-by: Jiri Denemark --- src/qemu/qe