Re: [Qemu-devel] [PATCH 00/10] SCSI scatter/gather support

2011-08-11 Thread Stefan Hajnoczi
On Thu, Aug 04, 2011 at 07:14:38PM +0200, Paolo Bonzini wrote: > Hi, > > this is the version of SCSI scatter/gather based on the existing > DMA helpers infrastructure. > > The infrastructure required a little update because I need to > know the residual amount of data upon short transfers. To th

[Qemu-devel] [PATCH 00/10] SCSI scatter/gather support

2011-08-04 Thread Paolo Bonzini
Hi, this is the version of SCSI scatter/gather based on the existing DMA helpers infrastructure. The infrastructure required a little update because I need to know the residual amount of data upon short transfers. To this end, my choice was to make QEMUSGList mutable and track the current positi