aboutsummaryrefslogtreecommitdiff
path: root/include/hw/pci
AgeCommit message (Expand)AuthorFilesLines
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
2024-07-03pcie_sriov: Register VFs after migrationAkihiko Odaki1-0/+2
2024-07-03pcie_sriov: Remove num_vfs from PCIESriovPFAkihiko Odaki1-1/+0
2024-07-03pcie_sriov: Reuse SR-IOV VF device instancesAkihiko Odaki3-6/+15
2024-07-03pcie_sriov: Ensure VF function number does not overflowAkihiko Odaki1-2/+3
2024-07-03hw/pci: Rename has_power to enabledAkihiko Odaki2-2/+7
2024-06-24hw/pci: Introduce pci_device_[set|unset]_iommu_device()Yi Liu1-1/+37
2024-05-03pci: remove some types from typedefs.hPaolo Bonzini3-23/+26
2024-03-12pcie_sriov: Reset SR-IOV extended capabilityAkihiko Odaki1-2/+2
2024-03-12pcie: Support PCIe Gen5/Gen6 link speedsLukas Stockner1-0/+2
2024-02-02hw/pci: remove pci_nic_init_nofail()David Woodhouse1-3/+0
2024-02-02hw/pci: add pci_init_nic_devices(), pci_init_nic_in_slot()David Woodhouse1-1/+3
2023-12-30hw/pci: Constify VMStateRichard Henderson1-1/+1
2023-11-03hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu2-3/+35
2023-10-20Merge tag 'C3700-pull-request' of https://github.com/hdeller/qemu-hppa into s...Stefan Hajnoczi1-0/+2
2023-10-19hw/pci: Clean up global variable shadowing of address_space_io variablePhilippe Mathieu-Daudé1-6/+3
2023-10-17pci_ids/tulip: Add PCI vendor ID for HP and use it in tulipHelge Deller1-0/+2
2023-10-04pci: SLT must be ROMichael S. Tsirkin1-0/+3
2023-09-08Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi1-1/+1
2023-09-08include/: spelling fixesMichael Tokarev1-1/+1
2023-09-07hw/ufs: Initial commit for emulated Universal-Flash-StorageJeuk Kim2-0/+2
2023-07-10pcie: Specify 0 for ARI next function numbersAkihiko Odaki1-0/+2
2023-07-10pcie: Use common ARI next function numberAkihiko Odaki1-1/+1
2023-07-10hw/pci/pci: Remove multifunction parameter from pci_new_multifunction()Bernhard Beschow1-2/+1
2023-07-10hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifuncti...Bernhard Beschow1-1/+0
2023-07-10hw/pci/pci_host: Introduce PCI_HOST_BYPASS_IOMMU macroBernhard Beschow1-0/+2
2023-07-10pcie: Add a PCIe capability version helperAlex Williamson1-0/+1
2023-05-19hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0Leonardo Bras1-0/+2
2023-05-16hw/pci-bridge: Fix release ordering by embedding PCIBridgeWindows within PCIB...Jonathan Cameron1-1/+1
2023-04-24hw/pci-bridge: Make PCIe and CXL PXB Devices inherit from TYPE_PXB_DEVJonathan Cameron1-8/+20
2023-04-21pci: avoid accessing slot_reserved_mask directly outside of pci.cChuck Zmudzinski1-0/+3
2023-03-20replace TABs with spacesYeqi Fu1-5/+5