aboutsummaryrefslogtreecommitdiff
path: root/hw/usb-ehci.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-23ehci: switch to nanosecondsGerd Hoffmann1-18/+11
2011-06-23ehci: add freq + maxframes propertiesGerd Hoffmann1-2/+12
2011-06-22Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori1-5/+4
2011-06-15usb-ehci: move device/vendor/class id to qdevMichael S. Tsirkin1-5/+4
2011-06-14usb: Use defines for serial bus release number register for EHCIBrad Hards1-1/+1
2011-06-14usb-ehci: split trace calls to handle arg count limitsGerd Hoffmann1-21/+27
2011-06-14usb-ehci: itd handling fixes.Gerd Hoffmann1-36/+65
2011-06-14usb-ehci: drop EXECUTING checks.Gerd Hoffmann1-30/+2
2011-06-14usb: cancel async packets on unplugGerd Hoffmann1-1/+24
2011-06-14ehci: fix a number of unused-but-set-variable warnings (new with gcc-4.6)Hans de Goede1-4/+1
2011-06-14usb-ehci: fix error handling.Gerd Hoffmann1-10/+15
2011-06-14usb-ehci: fix offset writeback in ehci_buffer_rwGerd Hoffmann1-2/+2
2011-06-14usb-ehci: multiqueue supportGerd Hoffmann1-32/+139
2011-06-14usb-ehci: add queue data structGerd Hoffmann1-229/+257
2011-06-14usb-ehci: trace buffer copyGerd Hoffmann1-7/+1
2011-06-14usb-ehci: improve mmio tracingGerd Hoffmann1-10/+6
2011-06-14usb-ehci: trace port stateGerd Hoffmann1-6/+4
2011-06-14usb-ehci: trace state machine changesGerd Hoffmann1-137/+170
2011-06-14usb-ehci: trace mmio and usbstsGerd Hoffmann1-73/+83
2011-05-26usb: add ehci adapterGerd Hoffmann1-0/+2037