Age | Commit message (Expand) | Author |
2013-01-10 | Make all static TypeInfos const | Andreas Färber |
2013-01-07 | xhci: call set-address with dummy usbpacket | Gerd Hoffmann |
2013-01-07 | usb: Add an usb_device_ep_stopped USBDevice method | Hans de Goede |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-17 | pci: update all users to look in pci/ | Michael S. Tsirkin |
2012-11-29 | usb: tag usb host adapters as not hotpluggable. | Gerd Hoffmann |
2012-11-09 | xhci: Fix some DMA host endian bugs | David Gibson |
2012-11-08 | xhci: Add support for packets with both data and an error status | Hans de Goede |
2012-11-08 | usb: split packet result into actual_length + status | Hans de Goede |
2012-11-01 | xhci: allow address slot being called multiple times | Gerd Hoffmann |
2012-11-01 | xhci: add port trace points | Gerd Hoffmann |
2012-11-01 | xhci: set pls in xhci_port_update & xhci_port_reset | Gerd Hoffmann |
2012-11-01 | xhci: add xhci_port_reset | Gerd Hoffmann |
2012-11-01 | xhci: add xhci_port_notify | Gerd Hoffmann |
2012-11-01 | xhci: add xhci_port_have_device | Gerd Hoffmann |
2012-11-01 | xhci: s/xhci_update_port/xhci_port_update/ | Gerd Hoffmann |
2012-11-01 | xhci: add {get,set}_field macros & enum for pls | Gerd Hoffmann |
2012-10-25 | xhci: fix usb name in caps | Gerd Hoffmann |
2012-10-25 | xhci: make number of interrupters and slots configurable | Gerd Hoffmann |
2012-10-25 | xhci: allow disabling interrupters | Gerd Hoffmann |
2012-10-25 | xhci: flush endpoint context unconditinally | Gerd Hoffmann |
2012-10-25 | xhci: fix function name in error message | Gerd Hoffmann |
2012-10-25 | usb: Add an int_req flag to USBPacket | Hans de Goede |
2012-10-25 | usb: Move short-not-ok handling to the core | Hans de Goede |
2012-10-25 | usb: Move clearing of queue on halt to the core | Hans de Goede |
2012-10-25 | usb: Add USB_RET_ADD_TO_QUEUE packet result code | Hans de Goede |
2012-10-25 | xhci: Add a xhci_ep_nuke_one_xfer helper function | Hans de Goede |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity |
2012-10-05 | cleanup useless return sentence | Amos Kong |
2012-09-26 | xhci: create a memory region for each port | Gerd Hoffmann |
2012-09-26 | xhci: route string & usb hub support | Gerd Hoffmann |
2012-09-26 | xhci: tweak limits | Gerd Hoffmann |
2012-09-11 | xhci: allow bytewise capability register reads | Gerd Hoffmann |
2012-09-11 | xhci: kill xhci_mem_{read,write} dispatcher functions | Gerd Hoffmann |
2012-09-11 | xhci: support multiple interrupters | Gerd Hoffmann |
2012-09-11 | xhci: pick target interrupter | Gerd Hoffmann |
2012-09-11 | xhci: prepare xhci_runtime_{read,write} for multiple interrupters | Gerd Hoffmann |
2012-09-11 | xhci: add XHCIInterrupter | Gerd Hoffmann |
2012-09-11 | xhci: move register update into xhci_intr_raise | Gerd Hoffmann |
2012-09-11 | xhci: add msix support | Gerd Hoffmann |
2012-09-11 | xhci: rework interrupt handling | Gerd Hoffmann |
2012-09-11 | xhci: fix & cleanup msi. | Gerd Hoffmann |
2012-09-11 | xhci: update port handling | Gerd Hoffmann |
2012-09-11 | xhci: update register layout | Gerd Hoffmann |
2012-09-11 | xhci: fix runtime write tracepoint | Gerd Hoffmann |
2012-09-11 | xhci: add trace_usb_xhci_ep_set_dequeue | Gerd Hoffmann |
2012-09-11 | xhci: trace cc codes in cleartext | Gerd Hoffmann |
2012-09-11 | xhci: iso xfer support | Gerd Hoffmann |
2012-09-11 | xhci: implement mfindex | Gerd Hoffmann |
2012-09-11 | xhci: move device lookup into xhci_setup_packet | Gerd Hoffmann |