aboutsummaryrefslogtreecommitdiff
path: root/include/hw/pci
AgeCommit message (Expand)AuthorFilesLines
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster1-5/+2
2022-11-07intel-iommu: PASID supportJason Wang1-0/+2
2022-11-07msix: Assert that specified vector is in rangeAkihiko Odaki1-2/+2
2022-11-07hw/pci: PCIe Data Object Exchange emulationHuai-Cheng Kuo4-0/+131
2022-10-13Merge tag 'kraxel-20221013-pull-request' of https://gitlab.com/kraxel/qemu in...Stefan Hajnoczi1-3/+10
2022-10-12pci-ids: document modern virtio-pci ids in pci.h tooGerd Hoffmann1-0/+10
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_PMEMGerd Hoffmann1-1/+0
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_MEMGerd Hoffmann1-1/+0
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_IOMMUGerd Hoffmann1-1/+0
2022-10-09pci: Sanity check mask argument to pci_set_*_by_mask()Peter Maydell1-4/+16
2022-10-09pci: Remove unused pci_get_*_by_mask() functionsPeter Maydell1-28/+0
2022-06-23hw/nvme: Add support for SR-IOVLukasz Maniak1-0/+1
2022-06-15vfio-user: handle device interruptsJagannathan Raman3-0/+15
2022-05-16include/hw/pci/pcie_host: Correct PCIE_MMCFG_SIZE_MAXFrancisco Iglesias1-1/+1
2022-05-16include/hw/pci/pcie_host: Correct PCIE_MMCFG_BUS_MASKFrancisco Iglesias1-2/+2
2022-05-13pci/pcie_port: Add pci_find_port_by_pn()Jonathan Cameron1-0/+2
2022-05-13acpi/cxl: Create the CEDT (9.14.1)Ben Widawsky1-0/+20
2022-05-13hw/cxl/device: Add a memory device (8.2.8.5)Ben Widawsky1-0/+1
2022-05-13hw/pxb: Allow creation of a CXL PXB (host bridge)Ben Widawsky1-0/+6
2022-05-13hw/pci/cxl: Create a CXL bus typeBen Widawsky1-0/+7
2022-05-13hw/pci/cxl: Add a CXL component type (interface)Ben Widawsky1-0/+8
2022-03-06acpi: pcihp: pcie: set power on cap on parent slotIgor Mammedov1-0/+1
2022-03-06pcie: Add 1.2 version token for the Power Management CapabilityŁukasz Gieryk1-0/+1
2022-03-06pcie: Add a helper to the SR/IOV APIŁukasz Gieryk1-0/+6
2022-03-06pcie: Add support for Single Root I/O Virtualization (SR/IOV)Knut Omang3-3/+86
2022-02-06ACPI ERST: PCI device_id for ERSTEric DeVolder1-0/+1
2022-01-18hw/pci: Document pci_dma_map()Philippe Mathieu-Daudé1-0/+12
2022-01-07pci: Export the pci_intx() functionFrederic Barrat1-0/+5
2021-12-31pci: Let ld*_pci_dma() propagate MemTxResultPhilippe Mathieu-Daudé1-9/+8
2021-12-31pci: Let st*_pci_dma() propagate MemTxResultPhilippe Mathieu-Daudé1-5/+5
2021-12-31pci: Let ld*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-3/+3
2021-12-31pci: Let st*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-5/+6
2021-12-31dma: Let ld*_dma() propagate MemTxResultPhilippe Mathieu-Daudé1-2/+4
2021-12-31dma: Let ld*_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-1/+2
2021-12-31dma: Let st*_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-1/+2
2021-12-31pci: Let pci_dma_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-4/+6
2021-12-30dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-1/+2
2021-12-30dma: Let dma_memory_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-1/+2
2021-12-15qtest/libqos: add a function to initialize secondary PCI busesLaurent Vivier1-0/+8
2021-11-15pci: implement power stateGerd Hoffmann1-0/+2
2021-11-01pci: Export pci_for_each_device_under_bus*()Peter Xu1-0/+5
2021-11-01pci: Define pci_bus_dev_fn/pci_bus_fn/pci_bus_ret_fnPeter Xu1-10/+9
2021-09-30pci: Rename pci_root_bus_new_inplace() to pci_root_bus_init()Peter Maydell1-5/+5
2021-07-16hw/pci: Add pci_bus_range() to get PCI bus number rangeXingang Wang1-0/+1
2021-07-16hw/pci/pci_host: Allow PCI host to bypass iommuXingang Wang2-0/+2
2021-07-16hw/pci/pcie: Do not set HPC flag if acpihp is usedJulia Suvorova1-1/+4
2021-07-14vfio/pci: Add pba_offset PCI quirk for BAIDU KUNLUN AI processorCai Huoqing1-0/+3
2021-05-04hw/pci-host: Add emulation of Marvell MV64361 PPC system controllerBALATON Zoltan1-0/+1
2021-05-04vt82c686: Add emulation of VT8231 south bridgeBALATON Zoltan1-0/+1
2021-05-04vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on itBALATON Zoltan1-1/+1