On 03.02.22 15:05, Kevin Wolf wrote:
The 'throttle' block driver implements .bdrv_co_drain_end, so
blockdev-reopen will have to wait for it to complete in the polling
loop at the end of qmp_blockdev_reopen(). This makes AIO_WAIT_WHILE()
release the AioContext lock, which causes a crash if the lock hasn't
correctly been taken.

Signed-off-by: Kevin Wolf <kw...@redhat.com>
---
  tests/qemu-iotests/245     | 36 +++++++++++++++++++++++++++++++++---
  tests/qemu-iotests/245.out |  4 ++--
  2 files changed, 35 insertions(+), 5 deletions(-)

Reviewed-by: Hanna Reitz <hre...@redhat.com>


Reply via email to