Re: [Qemu-devel] [PATCH 02/15] scsi: create common SCSIRequest structure.

2009-11-17 Thread Christoph Hellwig
On Tue, Nov 17, 2009 at 11:17:38AM +0100, Gerd Hoffmann wrote: > Rename the SCSIRequest structs in scsi-disk.c and scsi-generic.c to > SCSIDiskReq and SCSIGenericReq. Create a SCSIRequest struct and move > the common elements over. Nice, have been waiting for this for a long time. Reviewed-by:

[Qemu-devel] [PATCH 02/15] scsi: create common SCSIRequest structure.

2009-11-17 Thread Gerd Hoffmann
Rename the SCSIRequest structs in scsi-disk.c and scsi-generic.c to SCSIDiskReq and SCSIGenericReq. Create a SCSIRequest struct and move the common elements over. Signed-off-by: Gerd Hoffmann --- hw/scsi-disk.c| 109 ++--- hw/scsi-generic.c |