summaryrefslogtreecommitdiff
path: root/hw/usb/hcd-xhci.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-04usb:xhci: no DMA on HC resetRoman Kagan1-1/+4
2016-03-18usb: fix unbounded stack warning for xhci_dma_write_u32sPeter Xu1-2/+4
2016-01-29usb: Clean up includesPeter Maydell1-0/+1
2015-11-06usb: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange1-3/+1
2015-07-17Revert "xhci: set timer to retry xfers"Gerd Hoffmann1-2/+0
2015-05-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-05-0...Peter Maydell1-1/+0
2015-05-08xhci: remove unused codeGonglei1-1/+0
2015-05-08xhci: fix events for setup trb.Gerd Hoffmann1-0/+8
2015-05-08Revert "xhci: generate a Transfer Event for each Transfer TRB with the IOC bi...Gerd Hoffmann1-12/+3
2015-05-08xhci: set timer to retry xfersGerd Hoffmann1-0/+2
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-4/+2
2015-03-03xhci: generate a Transfer Event for each Transfer TRB with the IOC bit setLaszlo Ersek1-3/+12
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-4/+2
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini1-1/+1
2014-11-11xhci: add sanity checks to xhci_lookup_uportGerd Hoffmann1-0/+9
2014-10-28xhci: add property to turn on/off streams supportGerd Hoffmann1-3/+12
2014-10-15xhci: remove dead codeGerd Hoffmann1-6/+0
2014-09-23usb: tag xhci as hotpluggableGerd Hoffmann1-1/+0
2014-09-10xhci PCIe endpoint migration compatibility fixDr. David Alan Gilbert1-1/+5
2014-08-29usb: add usb host adapters exit traceGonglei1-0/+2
2014-08-29usb-xhci: add exit functionGonglei1-0/+36
2014-08-29Revert "xhci: Fix number of streams allocated when using streams"Gerd Hoffmann1-1/+1
2014-08-29xhci: use (1u << i)Gerd Hoffmann1-2/+2
2014-08-29xhci: fix debug print compiling errorGonglei1-3/+3
2014-07-22vmstate_xhci_event: fix unterminated field listLaszlo Ersek1-0/+1
2014-06-02xhci: order superspeed ports firstGerd Hoffmann1-8/+37
2014-06-02xhci: make port reset trace point more verboseGerd Hoffmann1-1/+1
2014-05-26xhci: add xhci_get_flagGerd Hoffmann1-2/+7
2014-05-26xhci: add endpoint cap on express bus onlyGerd Hoffmann1-2/+4
2014-05-26xhci: child detach fixGerd Hoffmann1-1/+1
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