]> git.proxmox.com Git - qemu.git/commit
usb-storage: cancel I/O on reset
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 4 Jan 2012 17:13:54 +0000 (18:13 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 6 Jan 2012 11:36:14 +0000 (12:36 +0100)
commit24a5bbe1c8cd6f5e90100b42eac29f41c33939de
tree705c6521a7cdcf76a60de41e2e00897d4e978f47
parent7279a85f37a9cf20b15c86159f0a1f01ce9cead4
usb-storage: cancel I/O on reset

When resetting the usb-storage device we'll have to carefully cancel
and clear any requests which might be in flight, otherwise we'll confuse
the state machine.

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