Re: [Qemu-devel] [PATCH v3 20/21] scsi-generic: Handle queue full

2011-05-20 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig

[Qemu-devel] [PATCH v3 20/21] scsi-generic: Handle queue full

2011-05-17 Thread Paolo Bonzini
The sg driver currently has a hardcoded limit of commands it can handle simultaneously. When this limit is reached the driver will return -EDOM. So we need to capture this to enable proper return values here. Signed-off-by: Hannes Reinecke Signed-off-by: Paolo Bonzini --- hw/scsi-generic.c |