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.
>
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/