aboutsummaryrefslogtreecommitdiff
path: root/include/hw/pci/pci.h
AgeCommit message (Expand)Author
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é
2020-12-10pci: Let pci_dma_read() propagate MemTxResultPhilippe Mathieu-Daudé
2020-12-10pci: Let pci_dma_rw() propagate MemTxResultPhilippe Mathieu-Daudé
2020-10-27pci: allocate pci id for nvmeKlaus Jensen
2020-10-27pci: pass along the return value of dma_memory_rwKlaus Jensen
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-27pci: Move PCIBusClass typedef to pci.hEduardo Habkost
2020-07-03virtio-pci: Proxy for virtio-memDavid Hildenbrand
2020-06-15pci: pci_create(), pci_create_multifunction() are now unused, dropMarkus Armbruster
2020-06-15pci: New pci_new(), pci_realize_and_unref() etc.Markus Armbruster
2020-02-27virtio-iommu-pci: Add virtio iommu pci supportEric Auger
2019-12-18hw/pci: Remove the "command_serr_enable" propertyThomas Huth
2019-10-29pci: mark devices partially unpluggedJens Freimann
2019-10-29pci: add option for net failoverJens Freimann
2019-09-20ipmi: Add PCI IPMI interfacesCorey Minyard
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-07-04virtio-pci: Proxy for virtio-pmemPankaj Gupta
2019-05-29pci: Make is_bridge a boolDavid Gibson
2019-05-29pcie: Simplify pci_adjust_config_limit()David Gibson
2019-05-20pci: Simplify pci_bus_is_root()David Gibson
2019-04-26spapr: Drop duplicate PCI swizzle codeGreg Kurz
2019-04-09pci: Allow PCI bus subtypes to support extended config space accessesGreg Kurz
2019-01-09pci: allow cleanup/unregistration of PCI root busesMichael Roth
2018-12-19pci: Sync PCIe downstream port LNKSTA on readAlex Williamson
2018-09-25scsi: remove unused lsi53c895a_create() and lsi53c810_create() functionsMark Cave-Ayland