]> Git Repo - qemu.git/commit - hw/usb/dev-uas.c
uas: move transfer kickoff
authorGerd Hoffmann <[email protected]>
Fri, 31 Aug 2012 12:34:19 +0000 (14:34 +0200)
committerGerd Hoffmann <[email protected]>
Fri, 31 Aug 2012 13:47:57 +0000 (15:47 +0200)
commit347e40ffe61b7cc8d4565be476c20acd00611669
tree12569c970e2ef4f46d7d3d34e3c5d48b986c5f42
parentadf478342b11cf9f540baf1f387b669210d3bea1
uas: move transfer kickoff

Kick next scsi transfer from request release callback instead of command
completion callback, otherwise we might get stuck in case scsi_req_unref()
doesn't release the request instantly due to someone else holding a
reference too.

Signed-off-by: Gerd Hoffmann <[email protected]>
hw/usb/dev-uas.c
This page took 0.024939 seconds and 4 git commands to generate.