Re: [Qemu-block] [PATCH v2 0/2] throttle-groups: fix restart coroutine iothread race

2019-01-16 Thread Stefan Hajnoczi
On Mon, Jan 14, 2019 at 01:32:55PM +, Stefan Hajnoczi wrote: > v2: > * Added qemu-iotests test case [Kevin, Alberto] > * Use atomic operations instead of AioContext lock [Paolo] > > This patch series fixes a segfault upon device_del when virtio-scsi is used > with iothreads. > > Stefan

[Qemu-block] [PATCH v2 0/2] throttle-groups: fix restart coroutine iothread race

2019-01-14 Thread Stefan Hajnoczi
v2: * Added qemu-iotests test case [Kevin, Alberto] * Use atomic operations instead of AioContext lock [Paolo] This patch series fixes a segfault upon device_del when virtio-scsi is used with iothreads. Stefan Hajnoczi (2): throttle-groups: fix restart coroutine iothread race iotests: add