]> xenbits.xensource.com Git - qemu-upstream-4.6-testing.git/commit
usb-storage: add usb_msd_packet_complete()
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 22 May 2012 12:30:20 +0000 (14:30 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 7 Jun 2012 08:02:21 +0000 (10:02 +0200)
commit1e6ed80b90e3d9632532b4c496d26b0d101ced6b
tree6ba854c5d895daf0160989315210ea46b5608bd0
parent0659879e6e537c511147d4da71934bf9d367de50
usb-storage: add usb_msd_packet_complete()

Factor out packet completion to a separate function which
cares to get the MSDState->packet update right.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/dev-storage.c