aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/hcd-xhci.c
AgeCommit message (Expand)Author
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin
2012-11-29usb: tag usb host adapters as not hotpluggable.Gerd Hoffmann
2012-11-09xhci: Fix some DMA host endian bugsDavid Gibson
2012-11-08xhci: Add support for packets with both data and an error statusHans de Goede
2012-11-08usb: split packet result into actual_length + statusHans de Goede
2012-11-01xhci: allow address slot being called multiple timesGerd Hoffmann
2012-11-01xhci: add port trace pointsGerd Hoffmann
2012-11-01xhci: set pls in xhci_port_update & xhci_port_resetGerd Hoffmann
2012-11-01xhci: add xhci_port_resetGerd Hoffmann
2012-11-01xhci: add xhci_port_notifyGerd Hoffmann
2012-11-01xhci: add xhci_port_have_deviceGerd Hoffmann
2012-11-01xhci: s/xhci_update_port/xhci_port_update/Gerd Hoffmann
2012-11-01xhci: add {get,set}_field macros & enum for plsGerd Hoffmann
2012-10-25xhci: fix usb name in capsGerd Hoffmann
2012-10-25xhci: make number of interrupters and slots configurableGerd Hoffmann
2012-10-25xhci: allow disabling interruptersGerd Hoffmann
2012-10-25xhci: flush endpoint context unconditinallyGerd Hoffmann
2012-10-25xhci: fix function name in error messageGerd Hoffmann
2012-10-25usb: Add an int_req flag to USBPacketHans de Goede
2012-10-25usb: Move short-not-ok handling to the coreHans de Goede
2012-10-25usb: Move clearing of queue on halt to the coreHans de Goede
2012-10-25usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede
2012-10-25xhci: Add a xhci_ep_nuke_one_xfer helper functionHans de Goede
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-05cleanup useless return sentenceAmos Kong
2012-09-26xhci: create a memory region for each portGerd Hoffmann
2012-09-26xhci: route string & usb hub supportGerd Hoffmann
2012-09-26xhci: tweak limitsGerd Hoffmann
2012-09-11xhci: allow bytewise capability register readsGerd Hoffmann
2012-09-11xhci: kill xhci_mem_{read,write} dispatcher functionsGerd Hoffmann
2012-09-11xhci: support multiple interruptersGerd Hoffmann
2012-09-11xhci: pick target interrupterGerd Hoffmann
2012-09-11xhci: prepare xhci_runtime_{read,write} for multiple interruptersGerd Hoffmann
2012-09-11xhci: add XHCIInterrupterGerd Hoffmann
2012-09-11xhci: move register update into xhci_intr_raiseGerd Hoffmann
2012-09-11xhci: add msix supportGerd Hoffmann
2012-09-11xhci: rework interrupt handlingGerd Hoffmann
2012-09-11xhci: fix & cleanup msi.Gerd Hoffmann
2012-09-11xhci: update port handlingGerd Hoffmann
2012-09-11xhci: update register layoutGerd Hoffmann
2012-09-11xhci: fix runtime write tracepointGerd Hoffmann
2012-09-11xhci: add trace_usb_xhci_ep_set_dequeueGerd Hoffmann
2012-09-11xhci: trace cc codes in cleartextGerd Hoffmann
2012-09-11xhci: iso xfer supportGerd Hoffmann
2012-09-11xhci: implement mfindexGerd Hoffmann
2012-09-11xhci: move device lookup into xhci_setup_packetGerd Hoffmann
2012-09-11xhci: drop bufferingGerd Hoffmann
2012-09-11xhci: rip out background transfer codeGerd Hoffmann
2012-08-31usb: unique packet idsGerd Hoffmann