aboutsummaryrefslogtreecommitdiff
path: root/hw/usb-ehci.c
AgeCommit message (Expand)Author
2012-03-07usb: add USB_RET_IOERRORHans de Goede
2012-03-07usb-ehci: Cleanup itd error handlingHans de Goede
2012-03-07usb-ehci: Fix and simplify nakcnt handlingHans de Goede
2012-03-07usb-ehci: Remove dead nakcnt codeHans de Goede
2012-03-07usb-ehci: Fix cerr trackingHans de Goede
2012-03-07usb-ehci: Any packet completion except for NAK should set the interruptHans de Goede
2012-03-07usb-ehci: Rip the queues when the async or period schedule is haltedHans de Goede
2012-03-07usb-ehci: Drop cached qhs when the doorbell gets rungHans de Goede
2012-03-07usb-ehci: always call ehci_queues_rip_unused for period queuesHans de Goede
2012-03-07usb-ehci: split our qh queue into async and periodic queuesHans de Goede
2012-03-07usb-ehci: Never follow table entries with the T-bit setHans de Goede
2012-02-27ehci: drop old stuffGerd Hoffmann
2012-02-27usb-ehci: Handle ISO packets failing with an error other then NAKHans de Goede
2012-02-27usb-ehci: sanity-check iso xfersGerd Hoffmann
2012-02-27usb-ehci: fix resetGerd Hoffmann
2012-02-15Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-10usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann
2012-02-10usb: USBPacket: add status, rename owner -> epGerd Hoffmann
2012-02-10usb-ehci: switch to usb_find_device()Gerd Hoffmann
2012-02-10usb: kill USB_MSG_RESETGerd Hoffmann
2012-02-10usb-ehci: Clear the portstatus powner bit on device disconnectHans de Goede
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori
2012-01-27qdev: prepare source tree for code conversionAnthony Liguori
2012-01-17usb: link packets to endpoints not devicesGerd Hoffmann
2011-12-12Remove unnecessary casts from PCI DMA code in usb-ehciDavid Gibson
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