aboutsummaryrefslogtreecommitdiff
path: root/hw/usb-ehci.c
AgeCommit message (Expand)Author
2011-11-23usb-ehci: add register namesGerd Hoffmann
2011-11-23usb-ehci: codestyle fixupsGerd Hoffmann
2011-11-21ehci: add assertGerd Hoffmann
2011-11-01usb-ehci: Use PCI DMA stub functionsDavid Gibson
2011-10-13usb: fix port resetGerd Hoffmann
2011-09-19pci: interrupt pin documentation updateMichael S. Tsirkin
2011-09-07usb: claim port at device initialization time.Gerd Hoffmann
2011-09-07usb-ehci: handle siTDsGerd Hoffmann
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity
2011-08-08ehci: convert to memory APIAvi Kivity
2011-08-04ehci: iovec support, remove bufferGerd Hoffmann
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann
2011-07-20ehci doesn't support migrationGerd Hoffmann
2011-07-05ehci: add ich9 controller.Gerd Hoffmann
2011-07-05ehci: fix port count.Gerd Hoffmann
2011-07-05usb-ehci: Add support for registering companion controllersHans de Goede
2011-07-05usb-ehci: Fix handling of PED and PEDC port status bitsHans de Goede
2011-07-05usb-ehci: cleanup port reset handlingHans de Goede
2011-07-05usb-ehci: Connect Status bit is read only, don't allow changing it by the guestHans de Goede
2011-07-05usb-ehci: drop unused num-ports state memberHans de Goede
2011-07-05usb: Replace device_destroy bus op with a child_detach port opHans de Goede
2011-07-05usb: Make port wakeup and complete ops take a USBPort instead of a DeviceHans de Goede
2011-07-05usb: Move (initial) call of usb_port_location to usb_fill_portHans de Goede
2011-06-23ehci: switch to nanosecondsGerd Hoffmann
2011-06-23ehci: add freq + maxframes propertiesGerd Hoffmann
2011-06-22Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori
2011-06-15usb-ehci: move device/vendor/class id to qdevMichael S. Tsirkin
2011-06-14usb: Use defines for serial bus release number register for EHCIBrad Hards
2011-06-14usb-ehci: split trace calls to handle arg count limitsGerd Hoffmann
2011-06-14usb-ehci: itd handling fixes.Gerd Hoffmann
2011-06-14usb-ehci: drop EXECUTING checks.Gerd Hoffmann
2011-06-14usb: cancel async packets on unplugGerd Hoffmann
2011-06-14ehci: fix a number of unused-but-set-variable warnings (new with gcc-4.6)Hans de Goede
2011-06-14usb-ehci: fix error handling.Gerd Hoffmann
2011-06-14usb-ehci: fix offset writeback in ehci_buffer_rwGerd Hoffmann
2011-06-14usb-ehci: multiqueue supportGerd Hoffmann
2011-06-14usb-ehci: add queue data structGerd Hoffmann
2011-06-14usb-ehci: trace buffer copyGerd Hoffmann
2011-06-14usb-ehci: improve mmio tracingGerd Hoffmann
2011-06-14usb-ehci: trace port stateGerd Hoffmann
2011-06-14usb-ehci: trace state machine changesGerd Hoffmann
2011-06-14usb-ehci: trace mmio and usbstsGerd Hoffmann
2011-05-26usb: add ehci adapterGerd Hoffmann