summaryrefslogtreecommitdiffstats
path: root/hw/usb-ehci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori2012-02-151-48/+45
|\
| * usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann2012-02-101-6/+9
| * usb: USBPacket: add status, rename owner -> epGerd Hoffmann2012-02-101-2/+2
| * usb-ehci: switch to usb_find_device()Gerd Hoffmann2012-02-101-40/+29
| * usb: kill USB_MSG_RESETGerd Hoffmann2012-02-101-2/+2
| * usb-ehci: Clear the portstatus powner bit on device disconnectHans de Goede2012-02-101-0/+5
* | qom: Unify type registrationAndreas Färber2012-02-151-2/+3
|/
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-14/+18
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-20/+34
* qdev: prepare source tree for code conversionAnthony Liguori2012-01-271-25/+24
* usb: link packets to endpoints not devicesGerd Hoffmann2012-01-171-1/+2
* Remove unnecessary casts from PCI DMA code in usb-ehciDavid Gibson2011-12-121-3/+3
* usb-ehci: add register namesGerd Hoffmann2011-11-231-0/+2
* usb-ehci: codestyle fixupsGerd Hoffmann2011-11-231-28/+28
* ehci: add assertGerd Hoffmann2011-11-211-0/+1
* usb-ehci: Use PCI DMA stub functionsDavid Gibson2011-11-011-19/+25
* usb: fix port resetGerd Hoffmann2011-10-131-2/+2
* pci: interrupt pin documentation updateMichael S. Tsirkin2011-09-191-1/+1
* usb: claim port at device initialization time.Gerd Hoffmann2011-09-071-11/+11
* usb-ehci: handle siTDsGerd Hoffmann2011-09-071-1/+42
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-081-1/+1
* ehci: convert to memory APIAvi Kivity2011-08-081-27/+9
* ehci: iovec support, remove bufferGerd Hoffmann2011-08-041-86/+63
* usb: use iovecs in USBPacketGerd Hoffmann2011-08-041-13/+8
* ehci doesn't support migrationGerd Hoffmann2011-07-201-0/+7
* ehci: add ich9 controller.Gerd Hoffmann2011-07-051-14/+29
* ehci: fix port count.Gerd Hoffmann2011-07-051-1/+1
* usb-ehci: Add support for registering companion controllersHans de Goede2011-07-051-30/+144
* usb-ehci: Fix handling of PED and PEDC port status bitsHans de Goede2011-07-051-13/+11
* usb-ehci: cleanup port reset handlingHans de Goede2011-07-051-6/+1
* usb-ehci: Connect Status bit is read only, don't allow changing it by the guestHans de Goede2011-07-051-2/+2
* usb-ehci: drop unused num-ports state memberHans de Goede2011-07-051-1/+0
* usb: Replace device_destroy bus op with a child_detach port opHans de Goede2011-07-051-8/+10
* usb: Make port wakeup and complete ops take a USBPort instead of a DeviceHans de Goede2011-07-051-1/+1
* usb: Move (initial) call of usb_port_location to usb_fill_portHans de Goede2011-07-051-1/+0
* ehci: switch to nanosecondsGerd Hoffmann2011-06-231-18/+11
* ehci: add freq + maxframes propertiesGerd Hoffmann2011-06-231-2/+12
* Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori2011-06-221-5/+4
|\
| * usb-ehci: move device/vendor/class id to qdevMichael S. Tsirkin2011-06-151-5/+4
* | usb: Use defines for serial bus release number register for EHCIBrad Hards2011-06-141-1/+1
* | usb-ehci: split trace calls to handle arg count limitsGerd Hoffmann2011-06-141-21/+27
* | usb-ehci: itd handling fixes.Gerd Hoffmann2011-06-141-36/+65
* | usb-ehci: drop EXECUTING checks.Gerd Hoffmann2011-06-141-30/+2
* | usb: cancel async packets on unplugGerd Hoffmann2011-06-141-1/+24
* | ehci: fix a number of unused-but-set-variable warnings (new with gcc-4.6)Hans de Goede2011-06-141-4/+1
* | usb-ehci: fix error handling.Gerd Hoffmann2011-06-141-10/+15
* | usb-ehci: fix offset writeback in ehci_buffer_rwGerd Hoffmann2011-06-141-2/+2
* | usb-ehci: multiqueue supportGerd Hoffmann2011-06-141-32/+139
* | usb-ehci: add queue data structGerd Hoffmann2011-06-141-229/+257
OpenPOWER on IntegriCloud