Re: [Qemu-devel] [PATCH 14/15] scsi: move status to SCSIRequest.

2009-11-17 Thread Christoph Hellwig
On Tue, Nov 17, 2009 at 11:17:50AM +0100, Gerd Hoffmann wrote: > Also add and use the scsi_req_complete() helper function for calling the > completion callback. > > Signed-off-by: Gerd Hoffmann Look good, Reviewed-by: Christoph Hellwig

[Qemu-devel] [PATCH 14/15] scsi: move status to SCSIRequest.

2009-11-17 Thread Gerd Hoffmann
Also add and use the scsi_req_complete() helper function for calling the completion callback. Signed-off-by: Gerd Hoffmann --- hw/scsi-bus.c |9 + hw/scsi-disk.c| 13 - hw/scsi-generic.c | 18 -- hw/scsi.h |2 ++ 4 files changed, 27