aboutsummaryrefslogtreecommitdiff
path: root/include/hw/pci
AgeCommit message (Expand)AuthorFilesLines
2025-07-15pci: Add a memory attribute for pre-translated DMA operationsCLEMENT MATHIEU--DRIF1-0/+9
2025-06-26include/hw: replace FSF postal address with licenses URLSean Wei1-2/+2
2025-06-11pci: skip reset during cprSteve Sistare1-0/+2
2025-06-11pci: export msix_is_pendingSteve Sistare1-0/+1
2025-06-02vhost: Don't set vring call if guest notifier is unusedHuaitong Han1-0/+1
2025-06-01pci: Add a PCI-level API for PRICLEMENT MATHIEU--DRIF1-0/+130
2025-06-01pci: Add a pci-level API for ATSCLEMENT MATHIEU--DRIF1-0/+126
2025-06-01pci: Add a pci-level initialization function for IOMMU notifiersCLEMENT MATHIEU--DRIF1-0/+33
2025-06-01pci: Add an API to get IOMMU's min page size and virtual address widthCLEMENT MATHIEU--DRIF1-0/+26
2025-06-01pci: Cache the bus mastering status in the deviceCLEMENT MATHIEU--DRIF1-0/+1
2025-06-01pcie: Helper functions to check to check if PRI is enabledCLEMENT MATHIEU--DRIF1-0/+1
2025-06-01pcie: Add a helper to declare the PRI capability for a pcie deviceCLEMENT MATHIEU--DRIF2-1/+7
2025-06-01pcie: Helper function to check if ATS is enabledCLEMENT MATHIEU--DRIF1-0/+1
2025-06-01pcie: Helper functions to check if PASID is enabledCLEMENT MATHIEU--DRIF1-0/+2
2025-06-01pcie: Add helper to declare PASID capability for a pcie deviceCLEMENT MATHIEU--DRIF2-1/+10
2025-05-20hw/pci-host: Remove unused pci_host_data_be_opsRakesh Jeyasingh1-1/+0
2025-05-14pcie_sriov: Make a PCI device with user-created VF ARI-capableAkihiko Odaki1-2/+5
2025-05-14pcie_sriov: Allow user to create SR-IOV deviceAkihiko Odaki2-1/+23
2025-04-23include/system: Move exec/memory.h to system/memory.hRichard Henderson3-3/+3
2025-03-10xen/passthrough: use gsi to map pirq when dom0 is PVHJiqian Chen1-0/+4
2025-03-06pcie, virtio: Remove redundant pm_capAlex Williamson1-2/+0
2025-03-06hw/pci: Basic support for PCI power managementAlex Williamson2-0/+6
2025-03-04hw/vmapple/virtio-blk: Add support for apple virtio-blkAlexander Graf1-0/+1
2025-02-20pcie_sriov: Register VFs after migrationAkihiko Odaki1-0/+2
2025-02-20pcie_sriov: Remove num_vfs from PCIESriovPFAkihiko Odaki1-1/+0
2025-02-20pcie_sriov: Reuse SR-IOV VF device instancesAkihiko Odaki1-1/+0
2025-02-20pcie_sriov: Ensure VF addr does not overflowAkihiko Odaki1-2/+3
2025-01-13hw/pci: Rename has_power to enabledAkihiko Odaki2-1/+2
2025-01-09hw/pci: Use -1 as the default value for rombarAkihiko Odaki1-1/+1
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé1-2/+2
2024-12-14hw/pci: Add pci_bus_add_fw_cfg_extra_pci_roots() helperPhilippe Mathieu-Daudé1-0/+3
2024-11-27hw/pci: Remove unused pci_irq_pulse() methodPhilippe Mathieu-Daudé1-10/+0
2024-11-04hw/pci: Add parenthesis to PCI_BUILD_BDF macroRoque Arcudia Hernandez1-1/+1
2024-11-04pcie: enable Extended tag field supportMarcin Juszkiewicz1-0/+2
2024-11-04virtio-pci: fix memory_region_find for VirtIOPCIRegion's MRGao Shiyuan1-0/+2
2024-11-04hw/pcie: Provide a utility function for control of EP / SW USP linkJonathan Cameron1-0/+2
2024-11-04hw/acpi: Generic Port Affinity Structure supportJonathan Cameron1-0/+1
2024-11-04softmmu: Expand comments describing max_bounce_buffer_sizeMattias Nissler1-1/+5
2024-10-31pci-ids.rst: add Red Hat pci-id for RISC-V IOMMU deviceDaniel Henrique Barboza1-0/+1
2024-10-03hw/pci: Remove unused pcie_chassis_find_slotDr. David Alan Gilbert1-1/+0
2024-09-09softmmu: Support concurrent bounce buffersMattias Nissler1-0/+3
2024-08-01Revert "hw/pci: Rename has_power to enabled"Michael S. Tsirkin2-7/+2
2024-08-01Revert "pcie_sriov: Ensure VF function number does not overflow"Michael S. Tsirkin1-3/+2
2024-08-01Revert "pcie_sriov: Reuse SR-IOV VF device instances"Michael S. Tsirkin3-15/+6
2024-08-01Revert "pcie_sriov: Remove num_vfs from PCIESriovPF"Michael S. Tsirkin1-0/+1
2024-08-01Revert "pcie_sriov: Register VFs after migration"Michael S. Tsirkin1-2/+0
2024-08-01Revert "pcie_sriov: Allow user to create SR-IOV device"Michael S. Tsirkin2-23/+1
2024-07-22hw/nvme: Add SPDM over DOE supportWilfred Mallawa2-0/+10
2024-07-22hw/pci: Add all Data Object Types defined in PCIe r6.0Alistair Francis1-0/+2
2024-07-22pcie_sriov: Allow user to create SR-IOV deviceAkihiko Odaki2-1/+23