usb-ehci: split our qh queue into async and periodic queues
authorHans de Goede <hdegoede@redhat.com>
Fri, 2 Mar 2012 20:27:10 +0000 (21:27 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 7 Mar 2012 11:28:03 +0000 (12:28 +0100)
commitdf5d5c5c9eeaedb7705b4df6f5ee8083f39cf7b5
tree75fc93ce6c3e994ac2d31899215f1c319c43eff8
parent2a5ff735dc1074171a0cbb1dc228d6d6e907f571
usb-ehci: split our qh queue into async and periodic queues

qhs can be part of both the async and the periodic schedule, as is shown
in later patches in this series it is useful to keep track of the qhs on
a per schedule basis.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb-ehci.c