summary refs log tree commit diff stats
path: root/hw/usb/hcd-xhci-pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Make InterfaceInfo[] uses constPhilippe Mathieu-Daudé2025-04-251-1/+1
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-2/+2
* hw/usb/hcd-xhci-pci: Adds property for disabling mapping in IRQ modePhil Dennis-Jordan2025-03-041-0/+24
* hw/usb/hcd-xhci-pci: Use modulo to select MSI vector as per specPhil Dennis-Jordan2025-01-131-0/+1
* hw/usb/hcd-xhci-pci: Move msi/msix properties from NEC to superclassPhil Dennis-Jordan2024-12-311-0/+6
* hw/usb/hcd-xhci-pci: Indentation fixPhil Dennis-Jordan2024-12-141-1/+1
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* hw/usb/hcd-xhci: Remove XHCI_FLAG_SS_FIRST flagPhilippe Mathieu-Daudé2024-06-191-1/+0
* hw/usb/hcd-xhci: Remove XHCI_FLAG_FORCE_PCIE_ENDCAP flagPhilippe Mathieu-Daudé2024-06-191-2/+1
* hw/usb: Constify VMStateRichard Henderson2023-12-301-1/+1
* hw/usb/hcd-xhci: Reset the XHCIState with device_cold_reset()Peter Maydell2022-11-231-1/+1
* hw/usb: hcd-xhci-pci: Fix spec violation of IP flag for MSI/MSI-XRuimei Yan2021-05-281-3/+5
* hw/usb: hcd-xhci-pci: Raise MSI/MSI-X interrupts only when told toRuimei Yan2021-05-281-2/+3
* hw/usb: Convert to qdev_realize()Markus Armbruster2021-01-221-3/+1
* usb: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* usb/xhci: add include/hw/usb/xhci.h header fileGerd Hoffmann2020-10-211-2/+2
* usb/hcd-xhci: Split pci wrapper for xhci base modelSai Pavan Boddu2020-09-281-5/+200
* usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.cSai Pavan Boddu2020-09-281-0/+66