summaryrefslogtreecommitdiff
path: root/hw/usb/hcd-xhci.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-18xhci: use DPRINTF() instead of fprintf(stderr, ...)Gerd Hoffmann1-45/+45
2014-02-18xhci: switch debug printf to tracepointGerd Hoffmann1-3/+1
2014-02-18xhci iso: allow for some latencyGerd Hoffmann1-1/+1
2014-02-18xhci iso: fix time calculationGerd Hoffmann1-2/+2
2014-02-18xhci: fix overflow in usb_xhci_post_loadGerd Hoffmann1-1/+1
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov1-1/+1
2013-11-26xhci: Call usb_device_alloc/free_streamsHans de Goede1-0/+117
2013-11-26xhci: add support for suspend/resumeGerd Hoffmann1-0/+8
2013-11-26xhci: Add a few missing checks for disconnected devicesHans de Goede1-2/+11
2013-10-31Merge remote-tracking branch 'kraxel/usb.91' into stagingAnthony Liguori1-24/+26
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-5/+2
2013-10-22usb-hcd-xhci: Update endpoint context dequeue pointer for streams tooHans de Goede1-2/+8
2013-10-22usb-hcd-xhci: Report completion of active transfer with CC_STOPPED on ep stopHans de Goede1-8/+18
2013-10-22usb-hcd-xhci: Remove unused cancelled member from XHCITransferHans de Goede1-5/+0
2013-10-22usb-hcd-xhci: Remove unused sstreamsm member from XHCIStreamContextHans de Goede1-9/+0
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-5/+2
2013-09-19xhci: Fix memory leak on xhci_disable_epHans de Goede1-0/+5
2013-09-19xhci: Add xhci_epid_to_usbep helper functionHans de Goede1-10/+22
2013-09-19xhci: Init a transfers xhci, slotid and epid member on epctx allocHans de Goede1-3/+3
2013-09-19xhci: Fix number of streams allocated when using streamsHans de Goede1-1/+1
2013-09-03Merge remote-tracking branch 'kraxel/usb.88' into stagingAnthony Liguori1-11/+59
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-30usb: Pass size to usb_bus_new()Andreas Färber1-1/+1
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