summaryrefslogtreecommitdiffstats
path: root/hw/usb/hcd-xhci.c
Commit message (Expand)AuthorAgeFilesLines
* usb: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-11-061-1/+1
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-3/+1
* Revert "xhci: set timer to retry xfers"Gerd Hoffmann2015-07-171-2/+0
* Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-05-0...Peter Maydell2015-05-111-1/+0
|\
| * xhci: remove unused codeGonglei2015-05-081-1/+0
* | xhci: fix events for setup trb.Gerd Hoffmann2015-05-081-0/+8
* | Revert "xhci: generate a Transfer Event for each Transfer TRB with the IOC bi...Gerd Hoffmann2015-05-081-12/+3
* | xhci: set timer to retry xfersGerd Hoffmann2015-05-081-0/+2
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-03-091-4/+2
|\
| * pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-4/+2
* | xhci: generate a Transfer Event for each Transfer TRB with the IOC bit setLaszlo Ersek2015-03-031-3/+12
|/
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-1/+1
* xhci: add sanity checks to xhci_lookup_uportGerd Hoffmann2014-11-111-0/+9
* xhci: add property to turn on/off streams supportGerd Hoffmann2014-10-281-3/+12
* xhci: remove dead codeGerd Hoffmann2014-10-151-6/+0
* usb: tag xhci as hotpluggableGerd Hoffmann2014-09-231-1/+0
* xhci PCIe endpoint migration compatibility fixDr. David Alan Gilbert2014-09-101-1/+5
* usb: add usb host adapters exit traceGonglei2014-08-291-0/+2
* usb-xhci: add exit functionGonglei2014-08-291-0/+36
* Revert "xhci: Fix number of streams allocated when using streams"Gerd Hoffmann2014-08-291-1/+1
* xhci: use (1u << i)Gerd Hoffmann2014-08-291-2/+2
* xhci: fix debug print compiling errorGonglei2014-08-291-3/+3
* vmstate_xhci_event: fix unterminated field listLaszlo Ersek2014-07-221-0/+1
* xhci: order superspeed ports firstGerd Hoffmann2014-06-021-8/+37
* xhci: make port reset trace point more verboseGerd Hoffmann2014-06-021-1/+1
* xhci: add xhci_get_flagGerd Hoffmann2014-05-261-2/+7
* xhci: add endpoint cap on express bus onlyGerd Hoffmann2014-05-261-2/+4
* xhci: child detach fixGerd Hoffmann2014-05-261-1/+1
* 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
OpenPOWER on IntegriCloud