summaryrefslogtreecommitdiff
path: root/hw/usb/hcd-xhci.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-03xhci: remove leftover debug printfGerd Hoffmann1-2/+0
2013-04-03xhci: fix numintrs sanity checksGerd Hoffmann1-0/+3
2013-03-26pcie: Add endpoint capability initialization wrapperAlex Williamson1-1/+1
2013-02-23xhci: fix bad print specifierHervé Poussineau1-2/+2
2013-02-19usb-xhci: usb3 streamsGerd Hoffmann1-45/+223
2013-02-19usb-core: usb3 streamsGerd Hoffmann1-4/+5
2013-01-14xhci: nuke transfe5rs on detachGerd Hoffmann1-1/+7
2013-01-14xhci: call xhci_detach_slot on root port detach tooGerd Hoffmann1-0/+1
2013-01-14xhci: create xhci_detach_slot helper functionGerd Hoffmann1-6/+18
2013-01-10Make all static TypeInfos constAndreas Färber1-1/+1
2013-01-07xhci: call set-address with dummy usbpacketGerd Hoffmann1-1/+6
2013-01-07usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede1-0/+7
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin1-3/+3
2012-11-29usb: tag usb host adapters as not hotpluggable.Gerd Hoffmann1-0/+1
2012-11-09xhci: Fix some DMA host endian bugsDavid Gibson1-27/+54
2012-11-08xhci: Add support for packets with both data and an error statusHans de Goede1-2/+2
2012-11-08usb: split packet result into actual_length + statusHans de Goede1-24/+22
2012-11-01xhci: allow address slot being called multiple timesGerd Hoffmann1-2/+7
2012-11-01xhci: add port trace pointsGerd Hoffmann1-1/+5
2012-11-01xhci: set pls in xhci_port_update & xhci_port_resetGerd Hoffmann1-2/+24
2012-11-01xhci: add xhci_port_resetGerd Hoffmann1-4/+9
2012-11-01xhci: add xhci_port_notifyGerd Hoffmann1-14/+17
2012-11-01xhci: add xhci_port_have_deviceGerd Hoffmann1-2/+12
2012-11-01xhci: s/xhci_update_port/xhci_port_update/Gerd Hoffmann1-5/+5
2012-11-01xhci: add {get,set}_field macros & enum for plsGerd Hoffmann1-8/+31
2012-10-25xhci: fix usb name in capsGerd Hoffmann1-2/+2
2012-10-25xhci: make number of interrupters and slots configurableGerd Hoffmann1-31/+48
2012-10-25xhci: allow disabling interruptersGerd Hoffmann1-0/+6
2012-10-25xhci: flush endpoint context unconditinallyGerd Hoffmann1-3/+0
2012-10-25xhci: fix function name in error messageGerd Hoffmann1-1/+1
2012-10-25usb: Add an int_req flag to USBPacketHans de Goede1-5/+11
2012-10-25usb: Move short-not-ok handling to the coreHans de Goede1-1/+1
2012-10-25usb: Move clearing of queue on halt to the coreHans de Goede1-0/+4
2012-10-25usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede1-0/+6
2012-10-25xhci: Add a xhci_ep_nuke_one_xfer helper functionHans de Goede1-19/+30
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-9/+9
2012-10-05cleanup useless return sentenceAmos Kong1-1/+0
2012-09-26xhci: create a memory region for each portGerd Hoffmann1-42/+43
2012-09-26xhci: route string & usb hub supportGerd Hoffmann1-31/+55
2012-09-26xhci: tweak limitsGerd Hoffmann1-4/+4
2012-09-11xhci: allow bytewise capability register readsGerd Hoffmann1-1/+3
2012-09-11xhci: kill xhci_mem_{read,write} dispatcher functionsGerd Hoffmann1-65/+75
2012-09-11xhci: support multiple interruptersGerd Hoffmann1-5/+1
2012-09-11xhci: pick target interrupterGerd Hoffmann1-6/+16
2012-09-11xhci: prepare xhci_runtime_{read,write} for multiple interruptersGerd Hoffmann1-43/+57
2012-09-11xhci: add XHCIInterrupterGerd Hoffmann1-147/+160
2012-09-11xhci: move register update into xhci_intr_raiseGerd Hoffmann1-9/+5
2012-09-11xhci: add msix supportGerd Hoffmann1-1/+46
2012-09-11xhci: rework interrupt handlingGerd Hoffmann1-14/+33