]> git.proxmox.com Git - qemu.git/commit
usb-storage: don't try to send the status early.
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 21 Nov 2011 13:01:26 +0000 (14:01 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 21 Nov 2011 14:32:42 +0000 (15:32 +0100)
commit59310659073d85745854f2f10c4292555c5a1c51
treea229c7e82d8ab143db85517e57962ef4aa840843
parent414c460431036bdadea8120d056c7e493bb60fb9
usb-storage: don't try to send the status early.

Until recently all scsi commands sent to scsi-disk did either transfer
data or finished instantly.  The correct implementation of
SYNCRONIZE_CACHE changed the picture though, and usb-storage needs
a fix to handle that case correctly.
hw/usb-msd.c