commit | 71138531d3b19a211d63170d78592513f14ae59b | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Mon May 16 10:21:51 2011 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Thu May 26 11:55:02 2011 +0200 |
tree | e56818dd1dad77a90dd51a46f23960e298abd46d | |
parent | 227ebeb5353681b206a74db44530e60a46c24275 [diff] |
usb-linux: split large xfers Add support for splitting large transfers into multiple smaller ones. This is needed for the upcoming EHCI emulation which allows guests to submit requests up to 20k in size. The linux kernel allows 16k max size though. Based on a patch from David Ahern, see http://www.mail-archive.com/qemu-devel@nongnu.org/msg30337.html Cc: David Ahern <daahern@cisco.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>