Re: [Qemu-devel] [PATCH 6/8] usb-storage: don't try to send the status early.

2011-11-21 Thread Paolo Bonzini
On 11/21/2011 02:40 PM, Gerd Hoffmann wrote: 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. ---

[Qemu-devel] [PATCH 6/8] usb-storage: don't try to send the status early.

2011-11-21 Thread Gerd Hoffmann
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 | 16 ++-- 1 files changed, 10