Re: [Qemu-devel] [PATCH] scsi-bus: Remove tape command from scsi_req_xfer

2016-03-07 Thread Paolo Bonzini
On 07/03/2016 16:50, Alex Pyrgiotis wrote: > Remove the RECOVER_BUFFERED_DATA command from the list of commands that > are handled by scsi_req_xfer(). Given that this command is > tape-specific, it should be handled only by scsi_stream_req_xfer(). > > Signed-off-by: Alex Pyrgiotis > > diff --g

[Qemu-devel] [PATCH] scsi-bus: Remove tape command from scsi_req_xfer

2016-03-07 Thread Alex Pyrgiotis
Remove the RECOVER_BUFFERED_DATA command from the list of commands that are handled by scsi_req_xfer(). Given that this command is tape-specific, it should be handled only by scsi_stream_req_xfer(). Signed-off-by: Alex Pyrgiotis diff --git a/hw/scsi/scsi-bus.c b/hw/scsi/scsi-bus.c index 6dcdbc0.