On 11/26/19 10:17 AM, Peter Krempa wrote:
We must exit the monitor prior to refusing other work, otherwise the
VM
object will become unusable.
This bug was introduced in commit v5.5.0-244-gc412383796 but thankfully
the code path was not excercised without QEMU_CAPS_BLOCKDEV.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_blockjob.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Cole Robinson <crobinso(a)redhat.com>
- Cole