summaryrefslogtreecommitdiffstats
path: root/hw/usb/hcd-xhci.c
Commit message (Expand)AuthorAgeFilesLines
...
| * xhci: emulate intr endpoint intervals correctlyGerd Hoffmann2013-09-021-7/+37
| * xhci: fix endpoint interval calculationGerd Hoffmann2013-09-021-1/+1
| * xhci: add port to slot_address tracepointGerd Hoffmann2013-09-021-1/+1
| * xhci: add tracepoint for endpoint state changesGerd Hoffmann2013-09-021-0/+19
| * xhci: remove leftover debug printfGerd Hoffmann2013-09-021-2/+0
* | usb: Pass size to usb_bus_new()Andreas Färber2013-08-301-1/+1
|/
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-13/+13
* xhci: implement warm port resetGerd Hoffmann2013-08-081-2/+11
* xhci: fix segfaultGerd Hoffmann2013-08-011-3/+2
* xhci: handle USB_RET_IOERRORGerd Hoffmann2013-07-301-0/+1
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* usb/hcd-xhci: QOM parent field cleanupAndreas Färber2013-07-231-35/+48
* usb/hcd-xhci: QOM Upcast SweepPeter Crosthwaite2013-07-231-7/+14
* hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-6/+6
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-6/+6
* xhci: add live migration supportGerd Hoffmann2013-06-031-1/+163
* xhci: add xhci_init_epctxGerd Hoffmann2013-06-031-18/+25
* xhci: add xhci_alloc_epctxGerd Hoffmann2013-06-031-11/+21
* xhci: add XHCISlot->addressedGerd Hoffmann2013-06-031-0/+3
* xhci: handle USB_RET_BABBLEGerd Hoffmann2013-05-071-0/+5
* xhci: remove XHCIRing->base (unused)Gerd Hoffmann2013-04-231-3/+1
* xhci: fix address deviceGerd Hoffmann2013-04-161-0/+4
* xhci: use slotid as device addressGerd Hoffmann2013-04-161-22/+3
* xhci: fix portsc writesGerd Hoffmann2013-04-161-7/+35
* xhci: add xhci_cap_writeGerd Hoffmann2013-04-161-0/+7
* xhci: remove leftover debug printfGerd Hoffmann2013-04-161-1/+0
* xhci: zap unused name fieldGerd Hoffmann2013-04-031-1/+0
* xhci: remove unimplemented printfsGerd Hoffmann2013-04-031-13/+9
* xhci: remove leftover debug printfGerd Hoffmann2013-04-031-2/+0
* xhci: fix numintrs sanity checksGerd Hoffmann2013-04-031-0/+3
* pcie: Add endpoint capability initialization wrapperAlex Williamson2013-03-261-1/+1
* xhci: fix bad print specifierHervé Poussineau2013-02-231-2/+2
* usb-xhci: usb3 streamsGerd Hoffmann2013-02-191-45/+223
* usb-core: usb3 streamsGerd Hoffmann2013-02-191-4/+5
* 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
OpenPOWER on IntegriCloud