]> git.proxmox.com Git - qemu.git/commit
ehci: cache USBDevice in EHCIQueue
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 10 May 2012 10:18:45 +0000 (12:18 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 7 Jun 2012 08:02:22 +0000 (10:02 +0200)
commite59928b3d148f97658e804fa724cdaa75dc8935a
treeb7e3f0875c0db96f0358394a54edf9ee2f3da857
parent4224558f87371f87929df1064ddb733104fe5f15
ehci: cache USBDevice in EHCIQueue

Keep a USBDevice pointer in EHCIQueue so we don't have to lookup the
device on each usb packet submission.

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