aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-ehci.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-14/+18
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-20/+34
2012-01-27qdev: prepare source tree for code conversionAnthony Liguori1-25/+24
2012-01-17usb: link packets to endpoints not devicesGerd Hoffmann1-1/+2
2011-12-12Remove unnecessary casts from PCI DMA code in usb-ehciDavid Gibson1-3/+3
2011-11-23usb-ehci: add register namesGerd Hoffmann1-0/+2
2011-11-23usb-ehci: codestyle fixupsGerd Hoffmann1-28/+28
2011-11-21ehci: add assertGerd Hoffmann1-0/+1
2011-11-01usb-ehci: Use PCI DMA stub functionsDavid Gibson1-19/+25
2011-10-13usb: fix port resetGerd Hoffmann1-2/+2
2011-09-19pci: interrupt pin documentation updateMichael S. Tsirkin1-1/+1
2011-09-07usb: claim port at device initialization time.Gerd Hoffmann1-11/+11
2011-09-07usb-ehci: handle siTDsGerd Hoffmann1-1/+42
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity1-1/+1
2011-08-08ehci: convert to memory APIAvi Kivity1-27/+9
2011-08-04ehci: iovec support, remove bufferGerd Hoffmann1-86/+63
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann1-13/+8
2011-07-20ehci doesn't support migrationGerd Hoffmann1-0/+7
2011-07-05ehci: add ich9 controller.Gerd Hoffmann1-14/+29
2011-07-05ehci: fix port count.Gerd Hoffmann1-1/+1
2011-07-05usb-ehci: Add support for registering companion controllersHans de Goede1-30/+144
2011-07-05usb-ehci: Fix handling of PED and PEDC port status bitsHans de Goede1-13/+11
2011-07-05usb-ehci: cleanup port reset handlingHans de Goede1-6/+1
2011-07-05usb-ehci: Connect Status bit is read only, don't allow changing it by the guestHans de Goede1-2/+2
2011-07-05usb-ehci: drop unused num-ports state memberHans de Goede1-1/+0
2011-07-05usb: Replace device_destroy bus op with a child_detach port opHans de Goede1-8/+10
2011-07-05usb: Make port wakeup and complete ops take a USBPort instead of a DeviceHans de Goede1-1/+1
2011-07-05usb: Move (initial) call of usb_port_location to usb_fill_portHans de Goede1-1/+0
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