scsi-bus: Remove tape command from scsi_req_xfer
commit4792b7e9d5254daa383cb38d60d79c2b000ca9fc
authorAlex Pyrgiotis <apyrgio@arrikto.com>
Mon, 7 Mar 2016 15:50:22 +0000 (7 15:50 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 7 Mar 2016 16:56:23 +0000 (7 17:56 +0100)
tree7e49b80e86e59e38d353a8a2f39857780f0fddbe
parent8269fb7082f49b5facddbbe1072bc382b2741add
scsi-bus: Remove tape command from scsi_req_xfer

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 <apyrgio@arrikto.com>
Message-Id: <1457365822-22435-1-git-send-email-apyrgio@arrikto.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/scsi/scsi-bus.c