]> git.proxmox.com Git - mirror_qemu.git/commit - hw/usb-uhci.c
uhci: remove buffer
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 13 Jul 2011 13:37:29 +0000 (15:37 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 4 Aug 2011 13:51:30 +0000 (15:51 +0200)
commitdf5e66eefb8fb05891c49d0be88e3ed9656993c5
treed1fe0d8af5da63cbffca8cef04a60199a6b2554d
parent29c74f762bc65d1f38da8624ee4182822db369bf
uhci: remove buffer

Map guest memory and pass on a direct pointer instead of copying
the bits to a indirect buffer.

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