commit | 0ce668bc5284ffebd2d0b269ae141f9a696dbd01 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Wed Jul 13 17:36:46 2011 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Thu Aug 04 15:51:30 2011 +0200 |
tree | 86befbe606aa32b6bdb4b53a2527e5622532a10a | |
parent | df5e66eefb8fb05891c49d0be88e3ed9656993c5 [diff] |
ehci: iovec support, remove buffer Map guest memory and pass on a direct pointer instead of copying the bits to a indirect buffer. EHCI transfer descriptors can reference multiple (physical guest) pages so we'll actually start seeing usb packets wich carry iovec with more than one element. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>