summaryrefslogtreecommitdiffstats
path: root/hw/usb/hcd-xhci.c
Commit message (Expand)AuthorAgeFilesLines
* xhci: use DPRINTF() instead of fprintf(stderr, ...)Gerd Hoffmann2014-02-181-45/+45
* xhci: switch debug printf to tracepointGerd Hoffmann2014-02-181-3/+1
* xhci iso: allow for some latencyGerd Hoffmann2014-02-181-1/+1
* xhci iso: fix time calculationGerd Hoffmann2014-02-181-2/+2
* xhci: fix overflow in usb_xhci_post_loadGerd Hoffmann2014-02-181-1/+1
* qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov2014-02-101-1/+1
* xhci: Call usb_device_alloc/free_streamsHans de Goede2013-11-261-0/+117
* xhci: add support for suspend/resumeGerd Hoffmann2013-11-261-0/+8
* xhci: Add a few missing checks for disconnected devicesHans de Goede2013-11-261-2/+11
* Merge remote-tracking branch 'kraxel/usb.91' into stagingAnthony Liguori2013-10-311-24/+26
|\
| * usb-hcd-xhci: Update endpoint context dequeue pointer for streams tooHans de Goede2013-10-221-2/+8
| * usb-hcd-xhci: Report completion of active transfer with CC_STOPPED on ep stopHans de Goede2013-10-221-8/+18
| * usb-hcd-xhci: Remove unused cancelled member from XHCITransferHans de Goede2013-10-221-5/+0
| * usb-hcd-xhci: Remove unused sstreamsm member from XHCIStreamContextHans de Goede2013-10-221-9/+0
* | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-10-311-5/+2
|\ \ | |/ |/|
| * hw: set interrupts using pci irq wrappersMarcel Apfelbaum2013-10-141-5/+2
* | xhci: Fix memory leak on xhci_disable_epHans de Goede2013-09-191-0/+5
* | xhci: Add xhci_epid_to_usbep helper functionHans de Goede2013-09-191-10/+22
* | xhci: Init a transfers xhci, slotid and epid member on epctx allocHans de Goede2013-09-191-3/+3
* | xhci: Fix number of streams allocated when using streamsHans de Goede2013-09-191-1/+1
|/
* Merge remote-tracking branch 'kraxel/usb.88' into stagingAnthony Liguori2013-09-031-11/+59
|\
| * xhci: reset port when disabling slotGerd Hoffmann2013-09-021-0/+1
| * 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
OpenPOWER on IntegriCloud