aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/hcd-xhci.c
AgeCommit message (Expand)Author
2017-05-12xhci: fix loggingLadi Prosek
2017-04-03xhci: flush dequeue pointer to endpoint contextGerd Hoffmann
2017-02-23xhci: properties cleanupGerd Hoffmann
2017-02-21xhci: drop via vendor command handlingGerd Hoffmann
2017-02-21xhci: fix nec vendor quirk handlingGerd Hoffmann
2017-02-21xhci: add qemu xhci controllerGerd Hoffmann
2017-02-21xhci: drop ER_FULL_HACK workaroundGerd Hoffmann
2017-02-21xhci: apply limits to loopsGerd Hoffmann
2017-02-06xhci: fix event queue IRQ handlingGerd Hoffmann
2017-02-06xhci: guard xhci_kick_epctx against recursive callsGerd Hoffmann
2017-02-06xhci: don't kick in xhci_submit and xhci_fire_ctl_transferGerd Hoffmann
2017-02-06xhci: rename xhci_complete_packet to xhci_try_complete_packetGerd Hoffmann
2017-02-06xhci: only free completed transfersGerd Hoffmann
2017-02-01pci: Convert msix_init() to Error and fix callersCao jin
2017-02-01hcd-xhci: check & correct param before using itCao jin
2017-01-24PCI/migration merge vmstate_pci_device and vmstate_pcie_deviceDr. David Alan Gilbert
2016-10-12xhci: make xhci_epid_to_usbep accept XHCIEPContextGerd Hoffmann
2016-10-12xhci: drop XHCITransfer->{slotid,epid}Gerd Hoffmann
2016-10-12xhci: add & use xhci_kick_epctx()Gerd Hoffmann
2016-10-12xhci: drop XHCITransfer->xhciGerd Hoffmann
2016-10-12xhci: use linked list for transfersGerd Hoffmann
2016-10-12xhci: drop unused comp_xfer fieldGerd Hoffmann
2016-10-12xhci: decouple EV_QUEUE from TD_QUEUEGerd Hoffmann
2016-10-12xhci: limit the number of link trbs we are willing to processGerd Hoffmann
2016-09-13usb:xhci:fix memory leak in usb_xhci_exitLi Qiang
2016-09-13xhci: Fix remainder field for TR_SETUP completion event.Hans Petter Selasky
2016-07-20xhci: Fix possible side effect from assert()Alexey Kardashevskiy
2016-07-12nec-usb-xhci: set the device state to USB_STATE_DEFAULTZhang Shuaiyi
2016-07-05pci: Convert msi_init() to Error and fix callers to check itCao jin
2016-07-05usb xhci: change msi/msix property typeCao jin
2016-05-11usb:xhci: no DMA on HC resetRoman Kagan
2016-03-18usb: fix unbounded stack warning for xhci_dma_write_u32sPeter Xu
2016-01-29usb: Clean up includesPeter Maydell
2015-11-06usb: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange
2015-07-17Revert "xhci: set timer to retry xfers"Gerd Hoffmann
2015-05-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-05-0...Peter Maydell
2015-05-08xhci: remove unused codeGonglei
2015-05-08xhci: fix events for setup trb.Gerd Hoffmann
2015-05-08Revert "xhci: generate a Transfer Event for each Transfer TRB with the IOC bi...Gerd Hoffmann
2015-05-08xhci: set timer to retry xfersGerd Hoffmann
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