summaryrefslogtreecommitdiff
path: root/hw/usb/hcd-xhci.c
AgeCommit message (Expand)Author
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
2013-08-01xhci: fix segfaultGerd Hoffmann
2013-07-30xhci: handle USB_RET_IOERRORGerd Hoffmann
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-23usb/hcd-xhci: QOM parent field cleanupAndreas Färber
2013-07-23usb/hcd-xhci: QOM Upcast SweepPeter Crosthwaite
2013-07-04hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-06-03xhci: add live migration supportGerd Hoffmann
2013-06-03xhci: add xhci_init_epctxGerd Hoffmann
2013-06-03xhci: add xhci_alloc_epctxGerd Hoffmann
2013-06-03xhci: add XHCISlot->addressedGerd Hoffmann
2013-05-07xhci: handle USB_RET_BABBLEGerd Hoffmann
2013-04-23xhci: remove XHCIRing->base (unused)Gerd Hoffmann
2013-04-16xhci: fix address deviceGerd Hoffmann
2013-04-16xhci: use slotid as device addressGerd Hoffmann
2013-04-16xhci: fix portsc writesGerd Hoffmann
2013-04-16xhci: add xhci_cap_writeGerd Hoffmann
2013-04-16xhci: remove leftover debug printfGerd Hoffmann
2013-04-03xhci: zap unused name fieldGerd Hoffmann
2013-04-03xhci: remove unimplemented printfsGerd Hoffmann
2013-04-03xhci: remove leftover debug printfGerd Hoffmann
2013-04-03xhci: fix numintrs sanity checksGerd Hoffmann
2013-03-26pcie: Add endpoint capability initialization wrapperAlex Williamson
2013-02-23xhci: fix bad print specifierHervé Poussineau
2013-02-19usb-xhci: usb3 streamsGerd Hoffmann
2013-02-19usb-core: usb3 streamsGerd Hoffmann