aboutsummaryrefslogtreecommitdiff
path: root/include/hw/pci
AgeCommit message (Expand)Author
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster
2023-01-28pci: make sure pci_bus_is_express() won't error out with "discards ‘constâ€...Igor Mammedov
2023-01-28pci: acpi hotplug: rename x-native-hotplug to x-do-not-expose-native-hotplug-capIgor Mammedov
2023-01-13hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()Bernhard Beschow
2023-01-08include/hw/pci: Include hw/pci/pci.h where neededMarkus Armbruster
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
2023-01-08include/hw/pci: Clean up a few things checkpatch.pl would flagMarkus Armbruster
2023-01-08include/hw/cxl: Move typedef PXBDev to cxl.h, and put it to useMarkus Armbruster
2023-01-08include/hw/pci: Break inclusion loop pci_bridge.h and cxl.hMarkus Armbruster
2022-12-21pci: drop redundant PCIDeviceClass::is_bridge fieldIgor Mammedov
2022-12-21remove DEC 21154 PCI bridgeIgor Mammedov
2022-12-16pci: Convert child classes of TYPE_PCIE_ROOT_PORT to 3-phase resetPeter Maydell
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster
2022-11-07intel-iommu: PASID supportJason Wang
2022-11-07msix: Assert that specified vector is in rangeAkihiko Odaki
2022-11-07hw/pci: PCIe Data Object Exchange emulationHuai-Cheng Kuo
2022-10-13Merge tag 'kraxel-20221013-pull-request' of https://gitlab.com/kraxel/qemu in...Stefan Hajnoczi
2022-10-12pci-ids: document modern virtio-pci ids in pci.h tooGerd Hoffmann
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_PMEMGerd Hoffmann
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_MEMGerd Hoffmann
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_IOMMUGerd Hoffmann
2022-10-09pci: Sanity check mask argument to pci_set_*_by_mask()Peter Maydell
2022-10-09pci: Remove unused pci_get_*_by_mask() functionsPeter Maydell
2022-06-23hw/nvme: Add support for SR-IOVLukasz Maniak
2022-06-15vfio-user: handle device interruptsJagannathan Raman
2022-05-16include/hw/pci/pcie_host: Correct PCIE_MMCFG_SIZE_MAXFrancisco Iglesias
2022-05-16include/hw/pci/pcie_host: Correct PCIE_MMCFG_BUS_MASKFrancisco Iglesias
2022-05-13pci/pcie_port: Add pci_find_port_by_pn()Jonathan Cameron
2022-05-13acpi/cxl: Create the CEDT (9.14.1)Ben Widawsky
2022-05-13hw/cxl/device: Add a memory device (8.2.8.5)Ben Widawsky
2022-05-13hw/pxb: Allow creation of a CXL PXB (host bridge)Ben Widawsky
2022-05-13hw/pci/cxl: Create a CXL bus typeBen Widawsky
2022-05-13hw/pci/cxl: Add a CXL component type (interface)Ben Widawsky
2022-03-06acpi: pcihp: pcie: set power on cap on parent slotIgor Mammedov
2022-03-06pcie: Add 1.2 version token for the Power Management CapabilityƁukasz Gieryk
2022-03-06pcie: Add a helper to the SR/IOV APIƁukasz Gieryk
2022-03-06pcie: Add support for Single Root I/O Virtualization (SR/IOV)Knut Omang
2022-02-06ACPI ERST: PCI device_id for ERSTEric DeVolder
2022-01-18hw/pci: Document pci_dma_map()Philippe Mathieu-Daudé
2022-01-07pci: Export the pci_intx() functionFrederic Barrat
2021-12-31pci: Let ld*_pci_dma() propagate MemTxResultPhilippe Mathieu-Daudé
2021-12-31pci: Let st*_pci_dma() propagate MemTxResultPhilippe Mathieu-Daudé
2021-12-31pci: Let ld*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-31pci: Let st*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-31dma: Let ld*_dma() propagate MemTxResultPhilippe Mathieu-Daudé
2021-12-31dma: Let ld*_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-31dma: Let st*_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-31pci: Let pci_dma_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-30dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-30dma: Let dma_memory_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé