Re: [PATCH] iotests: Test resizing image attached to an iothread

2023-05-09 Thread Eric Blake
On Tue, May 09, 2023 at 12:59:31PM +0200, Kevin Wolf wrote: > This tests that trying to resize an image with QMP block_resize doesn't > hang or otherwise fail when the image is attached to a device running in > an iothread. > > This is a regression test for the recent fix that changed > qmp_block_

[PATCH] iotests: Test resizing image attached to an iothread

2023-05-09 Thread Kevin Wolf
This tests that trying to resize an image with QMP block_resize doesn't hang or otherwise fail when the image is attached to a device running in an iothread. This is a regression test for the recent fix that changed qmp_block_resize, which is a coroutine based QMP handler, to avoid calling no_coro