aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/hcd-xhci.c
AgeCommit message (Expand)Author
2013-04-23xhci: remove XHCIRing->base (unused)Gerd Hoffmann
2013-04-16xhci: fix address deviceGerd Hoffmann
2013-04-16xhci: use slotid as device addressGerd Hoffmann
2013-04-16xhci: fix portsc writesGerd Hoffmann
2013-04-16xhci: add xhci_cap_writeGerd Hoffmann
2013-04-16xhci: remove leftover debug printfGerd Hoffmann
2013-04-03xhci: zap unused name fieldGerd Hoffmann
2013-04-03xhci: remove unimplemented printfsGerd Hoffmann
2013-04-03xhci: remove leftover debug printfGerd Hoffmann
2013-04-03xhci: fix numintrs sanity checksGerd Hoffmann
2013-03-26pcie: Add endpoint capability initialization wrapperAlex Williamson
2013-02-23xhci: fix bad print specifierHervé Poussineau
2013-02-19usb-xhci: usb3 streamsGerd Hoffmann
2013-02-19usb-core: usb3 streamsGerd Hoffmann
2013-01-14xhci: nuke transfe5rs on detachGerd Hoffmann
2013-01-14xhci: call xhci_detach_slot on root port detach tooGerd Hoffmann
2013-01-14xhci: create xhci_detach_slot helper functionGerd Hoffmann
2013-01-10Make all static TypeInfos constAndreas Färber
2013-01-07xhci: call set-address with dummy usbpacketGerd Hoffmann
2013-01-07usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede
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