Re: [PATCH 0/6] virtio-scsi: fix 100% CPU consumption in IOThread

2022-05-09 Thread Stefan Hajnoczi
On Wed, Apr 27, 2022 at 03:35:35PM +0100, Stefan Hajnoczi wrote: > Nir Soffer reported that virtio-scsi,iothread=... consumes 100% CPU in QEMU > 7.0. This patch series addresses two bugs in hw/scsi/virtio-scsi.c (see > patches > 1 & 2) and follows up with code cleanups. > > Stefan Hajnoczi (6): >

[PATCH 0/6] virtio-scsi: fix 100% CPU consumption in IOThread

2022-04-27 Thread Stefan Hajnoczi
Nir Soffer reported that virtio-scsi,iothread=... consumes 100% CPU in QEMU 7.0. This patch series addresses two bugs in hw/scsi/virtio-scsi.c (see patches 1 & 2) and follows up with code cleanups. Stefan Hajnoczi (6): virtio-scsi: fix ctrl and event handler functions in dataplane mode virtio-