Re: [PATCH 12/12] virtio-scsi: handle ctrl virtqueue in main loop

2025-03-11 Thread Kevin Wolf
Am 13.02.2025 um 19:00 hat Stefan Hajnoczi geschrieben: > Previously the ctrl virtqueue was handled in the AioContext where SCSI > requests are processed. When IOThread Virtqueue Mapping was added things > become more complicated because SCSI requests could run in other > AioContexts. > > Simplify

[PATCH 12/12] virtio-scsi: handle ctrl virtqueue in main loop

2025-02-13 Thread Stefan Hajnoczi
Previously the ctrl virtqueue was handled in the AioContext where SCSI requests are processed. When IOThread Virtqueue Mapping was added things become more complicated because SCSI requests could run in other AioContexts. Simplify by handling the ctrl virtqueue in the main loop where reset operati