summaryrefslogtreecommitdiffstats
path: root/hw/usb/hcd-xhci.c
Commit message (Expand)AuthorAgeFilesLines
...
* xhci: drop XHCITransfer->xhciGerd Hoffmann2016-10-121-13/+9Star
* xhci: use linked list for transfersGerd Hoffmann2016-10-121-54/+68
* xhci: drop unused comp_xfer fieldGerd Hoffmann2016-10-121-1/+0Star
* xhci: decouple EV_QUEUE from TD_QUEUEGerd Hoffmann2016-10-121-1/+1
* xhci: limit the number of link trbs we are willing to processGerd Hoffmann2016-10-121-0/+10
* usb:xhci:fix memory leak in usb_xhci_exitLi Qiang2016-09-131-2/+1Star
* xhci: Fix remainder field for TR_SETUP completion event.Hans Petter Selasky2016-09-131-0/+6
* xhci: Fix possible side effect from assert()Alexey Kardashevskiy2016-07-201-1/+3
* nec-usb-xhci: set the device state to USB_STATE_DEFAULTZhang Shuaiyi2016-07-121-1/+2
* pci: Convert msi_init() to Error and fix callers to check itCao jin2016-07-051-4/+19
* usb xhci: change msi/msix property typeCao jin2016-07-051-7/+9
* usb:xhci: no DMA on HC resetRoman Kagan2016-05-111-1/+4
* usb: fix unbounded stack warning for xhci_dma_write_u32sPeter Xu2016-03-181-2/+4
* usb: Clean up includesPeter Maydell2016-01-291-0/+1
* 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/+1Star
* Revert "xhci: set timer to retry xfers"Gerd Hoffmann2015-07-171-2/+0Star
* Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-05-0...Peter Maydell2015-05-111-1/+0Star
|\
| * xhci: remove unused codeGonglei2015-05-081-1/+0Star
* | 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/+3Star
* | 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/+2Star
|\
| * pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-4/+2Star
* | 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/+0Star
* usb: tag xhci as hotpluggableGerd Hoffmann2014-09-231-1/+0Star
* 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/+1Star
* 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