Re: [PATCH 04/12] scsi: introduce requests_lock

2025-03-11 Thread Stefan Hajnoczi
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

Re: [PATCH 04/12] scsi: introduce requests_lock

2025-03-10 Thread Kevin Wolf
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