summaryrefslogtreecommitdiffstats
path: root/hw/usb/hcd-xhci.c
Commit message (Expand)AuthorAgeFilesLines
* xhci: nuke transfe5rs on detachGerd Hoffmann2013-01-141-1/+7
* xhci: call xhci_detach_slot on root port detach tooGerd Hoffmann2013-01-141-0/+1
* xhci: create xhci_detach_slot helper functionGerd Hoffmann2013-01-141-6/+18
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* xhci: call set-address with dummy usbpacketGerd Hoffmann2013-01-071-1/+6
* usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede2013-01-071-0/+7
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-3/+3
* usb: tag usb host adapters as not hotpluggable.Gerd Hoffmann2012-11-291-0/+1
* xhci: Fix some DMA host endian bugsDavid Gibson2012-11-091-27/+54
* xhci: Add support for packets with both data and an error statusHans de Goede2012-11-081-2/+2
* usb: split packet result into actual_length + statusHans de Goede2012-11-081-24/+22
* xhci: allow address slot being called multiple timesGerd Hoffmann2012-11-011-2/+7
* xhci: add port trace pointsGerd Hoffmann2012-11-011-1/+5
* xhci: set pls in xhci_port_update & xhci_port_resetGerd Hoffmann2012-11-011-2/+24
* xhci: add xhci_port_resetGerd Hoffmann2012-11-011-4/+9
* xhci: add xhci_port_notifyGerd Hoffmann2012-11-011-14/+17
* xhci: add xhci_port_have_deviceGerd Hoffmann2012-11-011-2/+12
* xhci: s/xhci_update_port/xhci_port_update/Gerd Hoffmann2012-11-011-5/+5
* xhci: add {get,set}_field macros & enum for plsGerd Hoffmann2012-11-011-8/+31
* xhci: fix usb name in capsGerd Hoffmann2012-10-251-2/+2
* xhci: make number of interrupters and slots configurableGerd Hoffmann2012-10-251-31/+48
* xhci: allow disabling interruptersGerd Hoffmann2012-10-251-0/+6
* xhci: flush endpoint context unconditinallyGerd Hoffmann2012-10-251-3/+0
* xhci: fix function name in error messageGerd Hoffmann2012-10-251-1/+1
* usb: Add an int_req flag to USBPacketHans de Goede2012-10-251-5/+11
* usb: Move short-not-ok handling to the coreHans de Goede2012-10-251-1/+1
* usb: Move clearing of queue on halt to the coreHans de Goede2012-10-251-0/+4
* usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede2012-10-251-0/+6
* xhci: Add a xhci_ep_nuke_one_xfer helper functionHans de Goede2012-10-251-19/+30
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-9/+9
* cleanup useless return sentenceAmos Kong2012-10-051-1/+0
* xhci: create a memory region for each portGerd Hoffmann2012-09-261-42/+43
* xhci: route string & usb hub supportGerd Hoffmann2012-09-261-31/+55
* xhci: tweak limitsGerd Hoffmann2012-09-261-4/+4
* xhci: allow bytewise capability register readsGerd Hoffmann2012-09-111-1/+3
* xhci: kill xhci_mem_{read,write} dispatcher functionsGerd Hoffmann2012-09-111-65/+75
* xhci: support multiple interruptersGerd Hoffmann2012-09-111-5/+1
* xhci: pick target interrupterGerd Hoffmann2012-09-111-6/+16
* xhci: prepare xhci_runtime_{read,write} for multiple interruptersGerd Hoffmann2012-09-111-43/+57
* xhci: add XHCIInterrupterGerd Hoffmann2012-09-111-147/+160
* xhci: move register update into xhci_intr_raiseGerd Hoffmann2012-09-111-9/+5
* xhci: add msix supportGerd Hoffmann2012-09-111-1/+46
* xhci: rework interrupt handlingGerd Hoffmann2012-09-111-14/+33
* xhci: fix & cleanup msi.Gerd Hoffmann2012-09-111-18/+9
* xhci: update port handlingGerd Hoffmann2012-09-111-40/+97
* xhci: update register layoutGerd Hoffmann2012-09-111-8/+13
* xhci: fix runtime write tracepointGerd Hoffmann2012-09-111-1/+1
* xhci: add trace_usb_xhci_ep_set_dequeueGerd Hoffmann2012-09-111-1/+1
* xhci: trace cc codes in cleartextGerd Hoffmann2012-09-111-1/+47
OpenPOWER on IntegriCloud