summaryrefslogtreecommitdiffstats
path: root/hw/usb/hcd-xhci.c
Commit message (Expand)AuthorAgeFilesLines
* hcd-xhci: drop operation with secondary stream arrays enabledQiang Liu2022-09-271-1/+3
* hw/usb/hcd-xhci: Check whether DMA accesses failThomas Huth2022-09-231-16/+48
* hw/usb/hcd-xhci: Fix unbounded loop in xhci_ring_chain_length() (CVE-2020-14394)Thomas Huth2022-08-161-4/+19
* usb/hcd-xhci: check slotid in xhci_wakeup_endpoint()Mauro Matteo Cascella2022-07-191-1/+2
* hw/usb: pacify xhciwmi.exe warningDenis V. Lunev2022-03-041-1/+1
* pci: Let ld*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-0/+1
* dma: Let ld*_dma() propagate MemTxResultPhilippe Mathieu-Daudé2021-12-311-3/+4
* dma: Let ld*_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-3/+3
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-7/+11
* hw/usb: hcd-xhci-pci: Fix spec violation of IP flag for MSI/MSI-XRuimei Yan2021-05-281-2/+6
* 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