aboutsummaryrefslogtreecommitdiff
path: root/include/hw/pci/pci.h
AgeCommit message (Expand)Author
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-11-03hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu
2023-10-19hw/pci: Clean up global variable shadowing of address_space_io variablePhilippe Mathieu-Daudé
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-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-05-19hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0Leonardo Bras
2023-04-21pci: avoid accessing slot_reserved_mask directly outside of pci.cChuck Zmudzinski
2023-01-28pci: make sure pci_bus_is_express() won't error out with "discards ‘constâ€...Igor Mammedov
2023-01-13hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()Bernhard Beschow
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
2022-12-21pci: drop redundant PCIDeviceClass::is_bridge fieldIgor Mammedov
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster
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-15vfio-user: handle device interruptsJagannathan Raman
2022-05-13hw/pxb: Allow creation of a CXL PXB (host bridge)Ben Widawsky
2022-05-13hw/pci/cxl: Add a CXL component type (interface)Ben Widawsky
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é
2021-11-15pci: implement power stateGerd Hoffmann
2021-11-01pci: Export pci_for_each_device_under_bus*()Peter Xu
2021-11-01pci: Define pci_bus_dev_fn/pci_bus_fn/pci_bus_ret_fnPeter Xu
2021-09-30pci: Rename pci_root_bus_new_inplace() to pci_root_bus_init()Peter Maydell
2021-07-16hw/pci: Add pci_bus_range() to get PCI bus number rangeXingang Wang
2021-07-16hw/pci/pci_host: Allow PCI host to bypass iommuXingang Wang
2021-03-22pci: introduce acpi-index property for PCI deviceIgor Mammedov
2021-02-05pci: add romsize propertyPaolo Bonzini
2021-01-29hw/misc/pvpanic: add PCI interface supportMihai Carabas
2020-12-10pci: Let pci_dma_write() propagate MemTxResultPhilippe Mathieu-Daudé