Re: [Qemu-devel] [PATCH 03/16] scsi: pass status when completing

2011-08-03 Thread Christoph Hellwig
On Wed, Aug 03, 2011 at 10:49:06AM +0200, Paolo Bonzini wrote: > A small improvement in the SCSI request API. Pass the status > at the time the request is completed, so that we can assert that > no request is completed twice. This would have detected the > problem fixed in the previous patch. >

[Qemu-devel] [PATCH 03/16] scsi: pass status when completing

2011-08-03 Thread Paolo Bonzini
A small improvement in the SCSI request API. Pass the status at the time the request is completed, so that we can assert that no request is completed twice. This would have detected the problem fixed in the previous patch. Signed-off-by: Paolo Bonzini --- hw/scsi-bus.c |8 hw/