Age | Commit message (Expand) | Author |
2012-03-07 | usb: add USB_RET_IOERROR | Hans de Goede |
2012-03-07 | usb-ehci: Cleanup itd error handling | Hans de Goede |
2012-03-07 | usb-ehci: Fix and simplify nakcnt handling | Hans de Goede |
2012-03-07 | usb-ehci: Remove dead nakcnt code | Hans de Goede |
2012-03-07 | usb-ehci: Fix cerr tracking | Hans de Goede |
2012-03-07 | usb-ehci: Any packet completion except for NAK should set the interrupt | Hans de Goede |
2012-03-07 | usb-ehci: Rip the queues when the async or period schedule is halted | Hans de Goede |
2012-03-07 | usb-ehci: Drop cached qhs when the doorbell gets rung | Hans de Goede |
2012-03-07 | usb-ehci: always call ehci_queues_rip_unused for period queues | Hans de Goede |
2012-03-07 | usb-ehci: split our qh queue into async and periodic queues | Hans de Goede |
2012-03-07 | usb-ehci: Never follow table entries with the T-bit set | Hans de Goede |
2012-02-27 | ehci: drop old stuff | Gerd Hoffmann |
2012-02-27 | usb-ehci: Handle ISO packets failing with an error other then NAK | Hans de Goede |
2012-02-27 | usb-ehci: sanity-check iso xfers | Gerd Hoffmann |
2012-02-27 | usb-ehci: fix reset | Gerd Hoffmann |
2012-02-15 | Merge remote-tracking branch 'kraxel/usb.38' into staging | Anthony Liguori |
2012-02-15 | qom: Unify type registration | Andreas Färber |
2012-02-10 | usb: Set USBEndpoint in usb_packet_setup(). | Gerd Hoffmann |
2012-02-10 | usb: USBPacket: add status, rename owner -> ep | Gerd Hoffmann |
2012-02-10 | usb-ehci: switch to usb_find_device() | Gerd Hoffmann |
2012-02-10 | usb: kill USB_MSG_RESET | Gerd Hoffmann |
2012-02-10 | usb-ehci: Clear the portstatus powner bit on device disconnect | Hans de Goede |
2012-02-03 | qdev: register all types natively through QEMU Object Model | Anthony Liguori |
2012-01-27 | pci: convert to QEMU Object Model | Anthony Liguori |
2012-01-27 | qdev: prepare source tree for code conversion | Anthony Liguori |
2012-01-17 | usb: link packets to endpoints not devices | Gerd Hoffmann |
2011-12-12 | Remove unnecessary casts from PCI DMA code in usb-ehci | David Gibson |
2011-11-23 | usb-ehci: add register names | Gerd Hoffmann |
2011-11-23 | usb-ehci: codestyle fixups | Gerd Hoffmann |
2011-11-21 | ehci: add assert | Gerd Hoffmann |
2011-11-01 | usb-ehci: Use PCI DMA stub functions | David Gibson |
2011-10-13 | usb: fix port reset | Gerd Hoffmann |
2011-09-19 | pci: interrupt pin documentation update | Michael S. Tsirkin |
2011-09-07 | usb: claim port at device initialization time. | Gerd Hoffmann |
2011-09-07 | usb-ehci: handle siTDs | Gerd Hoffmann |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-08-08 | pci: rename pci_register_bar_region() to pci_register_bar() | Avi Kivity |
2011-08-08 | ehci: convert to memory API | Avi Kivity |
2011-08-04 | ehci: iovec support, remove buffer | Gerd Hoffmann |
2011-08-04 | usb: use iovecs in USBPacket | Gerd Hoffmann |
2011-07-20 | ehci doesn't support migration | Gerd Hoffmann |
2011-07-05 | ehci: add ich9 controller. | Gerd Hoffmann |
2011-07-05 | ehci: fix port count. | Gerd Hoffmann |
2011-07-05 | usb-ehci: Add support for registering companion controllers | Hans de Goede |
2011-07-05 | usb-ehci: Fix handling of PED and PEDC port status bits | Hans de Goede |
2011-07-05 | usb-ehci: cleanup port reset handling | Hans de Goede |
2011-07-05 | usb-ehci: Connect Status bit is read only, don't allow changing it by the guest | Hans de Goede |
2011-07-05 | usb-ehci: drop unused num-ports state member | Hans de Goede |
2011-07-05 | usb: Replace device_destroy bus op with a child_detach port op | Hans de Goede |
2011-07-05 | usb: Make port wakeup and complete ops take a USBPort instead of a Device | Hans de Goede |