]> git.proxmox.com Git - qemu.git/commit - trace-events
usb-ehci: handle siTDs
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 26 Aug 2011 12:13:48 +0000 (14:13 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 7 Sep 2011 07:58:16 +0000 (09:58 +0200)
commit2fe80192ba82fe298fe656c80d7e5981929393a6
treebede8cf4b284aa3f4aee2b3989fe22d8ebbf17f7
parentc0e5750bc35366b7231693d9ae433bea9a485ef0
usb-ehci: handle siTDs

This patch adds code to do minimal siTD handling, which is basically
just following the next pointer.  This is good enougth to handle the
inactive siTDs used by FreeBSD.  Active siTDs are skipped too as we
don't have split transfer support in qemu, additionally a warning is
printed.

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