summaryrefslogtreecommitdiff
path: root/hw/usb/hcd-xhci.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-02xhci: reset port when disabling slotGerd Hoffmann1-0/+1
2013-09-02xhci: emulate intr endpoint intervals correctlyGerd Hoffmann1-7/+37
2013-09-02xhci: fix endpoint interval calculationGerd Hoffmann1-1/+1
2013-09-02xhci: add port to slot_address tracepointGerd Hoffmann1-1/+1
2013-09-02xhci: add tracepoint for endpoint state changesGerd Hoffmann1-0/+19
2013-09-02xhci: remove leftover debug printfGerd Hoffmann1-2/+0
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-13/+13
2013-08-08xhci: implement warm port resetGerd Hoffmann1-2/+11
2013-08-01xhci: fix segfaultGerd Hoffmann1-3/+2
2013-07-30xhci: handle USB_RET_IOERRORGerd Hoffmann1-0/+1
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-23usb/hcd-xhci: QOM parent field cleanupAndreas Färber1-35/+48
2013-07-23usb/hcd-xhci: QOM Upcast SweepPeter Crosthwaite1-7/+14
2013-07-04hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini1-6/+6
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-6/+6
2013-06-03xhci: add live migration supportGerd Hoffmann1-1/+163
2013-06-03xhci: add xhci_init_epctxGerd Hoffmann1-18/+25
2013-06-03xhci: add xhci_alloc_epctxGerd Hoffmann1-11/+21
2013-06-03xhci: add XHCISlot->addressedGerd Hoffmann1-0/+3
2013-05-07xhci: handle USB_RET_BABBLEGerd Hoffmann1-0/+5
2013-04-23xhci: remove XHCIRing->base (unused)Gerd Hoffmann1-3/+1
2013-04-16xhci: fix address deviceGerd Hoffmann1-0/+4
2013-04-16xhci: use slotid as device addressGerd Hoffmann1-22/+3
2013-04-16xhci: fix portsc writesGerd Hoffmann1-7/+35
2013-04-16xhci: add xhci_cap_writeGerd Hoffmann1-0/+7
2013-04-16xhci: remove leftover debug printfGerd Hoffmann1-1/+0
2013-04-03xhci: zap unused name fieldGerd Hoffmann1-1/+0
2013-04-03xhci: remove unimplemented printfsGerd Hoffmann1-13/+9
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