summaryrefslogtreecommitdiffstats
path: root/hw/usb/hcd-xhci.c
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0Star
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1...Peter Maydell2020-11-161-1/+1
|\
| * usb: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* | xhci: move sanity checksGerd Hoffmann2020-11-161-2/+5
* | xhci: fix guest triggerable assertGerd Hoffmann2020-11-161-1/+3
|/
* usb/xhci: add include/hw/usb/xhci.h header fileGerd Hoffmann2020-10-211-18/+16Star
* usb/hcd-xhci: Split pci wrapper for xhci base modelSai Pavan Boddu2020-09-281-172/+42Star
* usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.cSai Pavan Boddu2020-09-281-31/+2Star
* usb/hcd-xhci: Make dma read/writes hooks pci freeSai Pavan Boddu2020-09-281-13/+11Star
* hw: xhci: check return value of 'usb_packet_map'Li Qiang2020-08-311-1/+4
* xhci: fix valid.max_access_size to access address registersLaurent Vivier2020-07-211-2/+2
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* xhci: recheck slot statusGerd Hoffmann2020-01-131-3/+12
* xhci: Fix memory leak in xhci_kick_epctx when poweroff GuestOSChen Qun2020-01-131-0/+1
* xhci: Fix memory leak in xhci_kick_epctxfangying2019-08-291-0/+1
* xhci: Fix memory leak in xhci_address_slotYing Fang2019-08-291-0/+1
* xhci: Add No Op CommandHikaru Nishida2019-08-211-0/+3
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* hw/usb: avoid format truncation warning when formatting port nameDaniel P. Berrangé2019-05-031-1/+3
* usb/xhci: avoid trigger assertion if guest write wrong epidLongpeng2019-05-021-1/+1
* xhci: check device is not NULL before calling usb_ep_get()Liam Merwick2019-02-201-2/+2
* xhci: add asserts to help with static code analysisLiam Merwick2019-02-201-0/+2
* usb: implement XHCI underrun/overrun eventsYuri Benditovich2019-01-301-2/+15
* usb: XHCI shall not halt isochronous endpointsYuri Benditovich2019-01-301-0/+5
* xhci: fix guest-triggerable assertGerd Hoffmann2018-07-031-1/+6
* pci: removed the is_express field since a uniform interface was insertedYoni Bettan2018-02-081-1/+8
* pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2017-12-051-1/+1
* pci: Add interface names to hybrid PCI devicesEduardo Habkost2017-10-151-0/+5
* xhci: Avoid DMA when ERSTBA is set to zeroAlexey Kardashevskiy2017-09-131-2/+2
* pci: Fix the wrong assertion.Mao Zhongyi2017-07-031-1/+1
* xhci: only update dequeue ptr on completed transfersGerd Hoffmann2017-06-121-2/+4
* xhci: split into multiple filesGerd Hoffmann2017-05-291-236/+2Star
* xhci: relax link checkLadi Prosek2017-05-121-1/+1
* xhci: fix loggingLadi Prosek2017-05-121-5/+2Star
* xhci: flush dequeue pointer to endpoint contextGerd Hoffmann2017-04-031-1/+3
* xhci: properties cleanupGerd Hoffmann2017-02-231-3/+26
* xhci: drop via vendor command handlingGerd Hoffmann2017-02-211-31/+0Star
* xhci: fix nec vendor quirk handlingGerd Hoffmann2017-02-211-15/+29
* xhci: add qemu xhci controllerGerd Hoffmann2017-02-211-4/+36
* xhci: drop ER_FULL_HACK workaroundGerd Hoffmann2017-02-211-106/+11Star
* xhci: apply limits to loopsGerd Hoffmann2017-02-211-1/+14
* xhci: fix event queue IRQ handlingGerd Hoffmann2017-02-061-0/+13
* xhci: guard xhci_kick_epctx against recursive callsGerd Hoffmann2017-02-061-0/+7
* xhci: don't kick in xhci_submit and xhci_fire_ctl_transferGerd Hoffmann2017-02-061-8/+0Star
* xhci: rename xhci_complete_packet to xhci_try_complete_packetGerd Hoffmann2017-02-061-6/+6
* xhci: only free completed transfersGerd Hoffmann2017-02-061-1/+3
* pci: Convert msix_init() to Error and fix callersCao jin2017-02-011-2/+2