Re: [PATCH v2 0/3] monitor: only run coroutine commands in qemu_aio_context

2024-01-18 Thread Kevin Wolf
Am 18.01.2024 um 15:48 hat Stefan Hajnoczi geschrieben: > v2: > - Filter image format in 141 test output [Kevin] > - Fix pylint and mypy errors in 141 [Kevin] > > Several bugs have been reported related to how QMP commands are rescheduled in > qemu_aio_context: > - https://gitlab.com/qemu-project/

[PATCH v2 0/3] monitor: only run coroutine commands in qemu_aio_context

2024-01-18 Thread Stefan Hajnoczi
v2: - Filter image format in 141 test output [Kevin] - Fix pylint and mypy errors in 141 [Kevin] Several bugs have been reported related to how QMP commands are rescheduled in qemu_aio_context: - https://gitlab.com/qemu-project/qemu/-/issues/1933 - https://issues.redhat.com/browse/RHEL-17369 - htt