summaryrefslogtreecommitdiffstats
path: root/hw/usb-ehci.c
Commit message (Expand)AuthorAgeFilesLines
* usb: the big renameGerd Hoffmann2012-03-131-2345/+0Star
* usb: add USB_RET_IOERRORHans de Goede2012-03-071-0/+2
* usb-ehci: Cleanup itd error handlingHans de Goede2012-03-071-14/+14
* usb-ehci: Fix and simplify nakcnt handlingHans de Goede2012-03-071-28/+4Star
* usb-ehci: Remove dead nakcnt codeHans de Goede2012-03-071-20/+0Star
* usb-ehci: Fix cerr trackingHans de Goede2012-03-071-13/+6Star
* usb-ehci: Any packet completion except for NAK should set the interruptHans de Goede2012-03-071-1/+1
* usb-ehci: Rip the queues when the async or period schedule is haltedHans de Goede2012-03-071-1/+4
* usb-ehci: Drop cached qhs when the doorbell gets rungHans de Goede2012-03-071-16/+17
* usb-ehci: always call ehci_queues_rip_unused for period queuesHans de Goede2012-03-071-0/+1
* usb-ehci: split our qh queue into async and periodic queuesHans de Goede2012-03-071-25/+37
* usb-ehci: Never follow table entries with the T-bit setHans de Goede2012-03-071-6/+4Star
* ehci: drop old stuffGerd Hoffmann2012-02-271-29/+1Star
* usb-ehci: Handle ISO packets failing with an error other then NAKHans de Goede2012-02-271-3/+19
* usb-ehci: sanity-check iso xfersGerd Hoffmann2012-02-271-6/+10
* usb-ehci: fix resetGerd Hoffmann2012-02-271-1/+2
* Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori2012-02-161-48/+45Star
|\
| * 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/+29Star
| * 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/+24Star
* 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-211-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/+9Star
* ehci: iovec support, remove bufferGerd Hoffmann2011-08-041-86/+63Star
* usb: use iovecs in USBPacketGerd Hoffmann2011-08-041-13/+8Star
* 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/+11Star
* usb-ehci: cleanup port reset handlingHans de Goede2011-07-051-6/+1Star
* 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/+0Star
* usb: Replace device_destroy bus op with a child_detach port opHans de Goede2011-07-051-8/+10