aboutsummaryrefslogtreecommitdiff
path: root/include/hw/pci
AgeCommit message (Expand)Author
2024-11-04hw/pci: Add parenthesis to PCI_BUILD_BDF macroRoque Arcudia Hernandez
2024-11-04pcie: enable Extended tag field supportMarcin Juszkiewicz
2024-11-04virtio-pci: fix memory_region_find for VirtIOPCIRegion's MRGao Shiyuan
2024-11-04hw/pcie: Provide a utility function for control of EP / SW USP linkJonathan Cameron
2024-11-04hw/acpi: Generic Port Affinity Structure supportJonathan Cameron
2024-11-04softmmu: Expand comments describing max_bounce_buffer_sizeMattias Nissler
2024-10-31pci-ids.rst: add Red Hat pci-id for RISC-V IOMMU deviceDaniel Henrique Barboza
2024-10-03hw/pci: Remove unused pcie_chassis_find_slotDr. David Alan Gilbert
2024-09-09softmmu: Support concurrent bounce buffersMattias Nissler
2024-08-01Revert "hw/pci: Rename has_power to enabled"Michael S. Tsirkin
2024-08-01Revert "pcie_sriov: Ensure VF function number does not overflow"Michael S. Tsirkin
2024-08-01Revert "pcie_sriov: Reuse SR-IOV VF device instances"Michael S. Tsirkin
2024-08-01Revert "pcie_sriov: Remove num_vfs from PCIESriovPF"Michael S. Tsirkin
2024-08-01Revert "pcie_sriov: Register VFs after migration"Michael S. Tsirkin
2024-08-01Revert "pcie_sriov: Allow user to create SR-IOV device"Michael S. Tsirkin
2024-07-22hw/nvme: Add SPDM over DOE supportWilfred Mallawa
2024-07-22hw/pci: Add all Data Object Types defined in PCIe r6.0Alistair Francis
2024-07-22pcie_sriov: Allow user to create SR-IOV deviceAkihiko Odaki
2024-07-03pcie_sriov: Register VFs after migrationAkihiko Odaki
2024-07-03pcie_sriov: Remove num_vfs from PCIESriovPFAkihiko Odaki
2024-07-03pcie_sriov: Reuse SR-IOV VF device instancesAkihiko Odaki
2024-07-03pcie_sriov: Ensure VF function number does not overflowAkihiko Odaki
2024-07-03hw/pci: Rename has_power to enabledAkihiko Odaki
2024-06-24hw/pci: Introduce pci_device_[set|unset]_iommu_device()Yi Liu
2024-05-03pci: remove some types from typedefs.hPaolo Bonzini
2024-03-12pcie_sriov: Reset SR-IOV extended capabilityAkihiko Odaki
2024-03-12pcie: Support PCIe Gen5/Gen6 link speedsLukas Stockner
2024-02-02hw/pci: remove pci_nic_init_nofail()David Woodhouse
2024-02-02hw/pci: add pci_init_nic_devices(), pci_init_nic_in_slot()David Woodhouse
2023-12-30hw/pci: Constify VMStateRichard Henderson
2023-11-03hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu
2023-10-20Merge tag 'C3700-pull-request' of https://github.com/hdeller/qemu-hppa into s...Stefan Hajnoczi
2023-10-19hw/pci: Clean up global variable shadowing of address_space_io variablePhilippe Mathieu-Daudé
2023-10-17pci_ids/tulip: Add PCI vendor ID for HP and use it in tulipHelge Deller
2023-10-04pci: SLT must be ROMichael S. Tsirkin
2023-09-08Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi
2023-09-08include/: spelling fixesMichael Tokarev
2023-09-07hw/ufs: Initial commit for emulated Universal-Flash-StorageJeuk Kim
2023-07-10pcie: Specify 0 for ARI next function numbersAkihiko Odaki
2023-07-10pcie: Use common ARI next function numberAkihiko Odaki
2023-07-10hw/pci/pci: Remove multifunction parameter from pci_new_multifunction()Bernhard Beschow
2023-07-10hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifuncti...Bernhard Beschow
2023-07-10hw/pci/pci_host: Introduce PCI_HOST_BYPASS_IOMMU macroBernhard Beschow
2023-07-10pcie: Add a PCIe capability version helperAlex Williamson
2023-05-19hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0Leonardo Bras
2023-05-16hw/pci-bridge: Fix release ordering by embedding PCIBridgeWindows within PCIB...Jonathan Cameron
2023-04-24hw/pci-bridge: Make PCIe and CXL PXB Devices inherit from TYPE_PXB_DEVJonathan Cameron
2023-04-21pci: avoid accessing slot_reserved_mask directly outside of pci.cChuck Zmudzinski
2023-03-20replace TABs with spacesYeqi Fu
2023-03-11Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell