]> git.proxmox.com Git - mirror_qemu.git/commit - hw/usb.h
usb: maintain async packet list per endpoint
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 12 Jan 2012 13:26:13 +0000 (14:26 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 10 Feb 2012 11:16:18 +0000 (12:16 +0100)
commitdb4be873d312576c6971da15a38e056017a406b8
treef542f1e79cf24e89eb0900facc3291d387f47f48
parent079d0b7f1eedcc634c371fe05b617fdc55c8b762
usb: maintain async packet list per endpoint

Maintain a list of async packets per endpoint.  With the current code
the list will never receive more than a single item.  I think you can
guess what the future plan is though ;)

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