]> git.proxmox.com Git - qemu.git/commitdiff
ehci: iovec support, remove buffer
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 13 Jul 2011 15:36:46 +0000 (17:36 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 4 Aug 2011 13:51:30 +0000 (15:51 +0200)
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>

No differences found