On Mon, Mar 10, 2025 at 02:37:37PM +0100, Kevin Wolf wrote:
> Am 13.02.2025 um 19:00 hat Stefan Hajnoczi geschrieben:
> > SCSIDevice keeps track of in-flight requests for device reset and Task
> > Management Functions (TMFs). The request list requires protection so
> > that multi-threaded SCSI emul
Am 13.02.2025 um 19:00 hat Stefan Hajnoczi geschrieben:
> SCSIDevice keeps track of in-flight requests for device reset and Task
> Management Functions (TMFs). The request list requires protection so
> that multi-threaded SCSI emulation can be implemented in commits that
> follow.
>
> Signed-off-b