Re: [Qemu-devel] [PATCH v3 00/21] SCSI subsystem improvements

2011-05-19 Thread Paolo Bonzini
On 05/17/2011 01:00 PM, Paolo Bonzini wrote: This series includes the following improvements to the SCSI subsystem: 1) introduction of SCSIBusOps that generalize the existing command_complete callback; 2) widespread use of the SCSIRequest abstraction, with simpler memory management (refcounting

[Qemu-devel] [PATCH v3 00/21] SCSI subsystem improvements

2011-05-17 Thread Paolo Bonzini
This series includes the following improvements to the SCSI subsystem: 1) introduction of SCSIBusOps that generalize the existing command_complete callback; 2) widespread use of the SCSIRequest abstraction, with simpler memory management (refcounting) and with various common idioms converted into