aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/hcd-xhci.c
AgeCommit message (Expand)Author
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-03-03xhci: generate a Transfer Event for each Transfer TRB with the IOC bit setLaszlo Ersek
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini
2014-11-11xhci: add sanity checks to xhci_lookup_uportGerd Hoffmann
2014-10-28xhci: add property to turn on/off streams supportGerd Hoffmann
2014-10-15xhci: remove dead codeGerd Hoffmann
2014-09-23usb: tag xhci as hotpluggableGerd Hoffmann
2014-09-10xhci PCIe endpoint migration compatibility fixDr. David Alan Gilbert
2014-08-29usb: add usb host adapters exit traceGonglei
2014-08-29usb-xhci: add exit functionGonglei
2014-08-29Revert "xhci: Fix number of streams allocated when using streams"Gerd Hoffmann
2014-08-29xhci: use (1u << i)Gerd Hoffmann
2014-08-29xhci: fix debug print compiling errorGonglei
2014-07-22vmstate_xhci_event: fix unterminated field listLaszlo Ersek
2014-06-02xhci: order superspeed ports firstGerd Hoffmann
2014-06-02xhci: make port reset trace point more verboseGerd Hoffmann
2014-05-26xhci: add xhci_get_flagGerd Hoffmann
2014-05-26xhci: add endpoint cap on express bus onlyGerd Hoffmann
2014-05-26xhci: child detach fixGerd Hoffmann
2014-02-18xhci: use DPRINTF() instead of fprintf(stderr, ...)Gerd Hoffmann
2014-02-18xhci: switch debug printf to tracepointGerd Hoffmann
2014-02-18xhci iso: allow for some latencyGerd Hoffmann
2014-02-18xhci iso: fix time calculationGerd Hoffmann
2014-02-18xhci: fix overflow in usb_xhci_post_loadGerd Hoffmann
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov
2013-11-26xhci: Call usb_device_alloc/free_streamsHans de Goede
2013-11-26xhci: add support for suspend/resumeGerd Hoffmann
2013-11-26xhci: Add a few missing checks for disconnected devicesHans de Goede
2013-10-31Merge remote-tracking branch 'kraxel/usb.91' into stagingAnthony Liguori
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-10-22usb-hcd-xhci: Update endpoint context dequeue pointer for streams tooHans de Goede
2013-10-22usb-hcd-xhci: Report completion of active transfer with CC_STOPPED on ep stopHans de Goede
2013-10-22usb-hcd-xhci: Remove unused cancelled member from XHCITransferHans de Goede
2013-10-22usb-hcd-xhci: Remove unused sstreamsm member from XHCIStreamContextHans de Goede
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum
2013-09-19xhci: Fix memory leak on xhci_disable_epHans de Goede
2013-09-19xhci: Add xhci_epid_to_usbep helper functionHans de Goede
2013-09-19xhci: Init a transfers xhci, slotid and epid member on epctx allocHans de Goede
2013-09-19xhci: Fix number of streams allocated when using streamsHans de Goede
2013-09-03Merge remote-tracking branch 'kraxel/usb.88' into stagingAnthony Liguori
2013-09-02xhci: reset port when disabling slotGerd Hoffmann
2013-09-02xhci: emulate intr endpoint intervals correctlyGerd Hoffmann
2013-09-02xhci: fix endpoint interval calculationGerd Hoffmann
2013-09-02xhci: add port to slot_address tracepointGerd Hoffmann
2013-09-02xhci: add tracepoint for endpoint state changesGerd Hoffmann
2013-09-02xhci: remove leftover debug printfGerd Hoffmann
2013-08-30usb: Pass size to usb_bus_new()Andreas Färber
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-08xhci: implement warm port resetGerd Hoffmann