summary refs log tree commit diff stats
path: root/include/hw/pci/pci.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfio-user: handle device interruptsJagannathan Raman2022-06-151-0/+13
* hw/pxb: Allow creation of a CXL PXB (host bridge)Ben Widawsky2022-05-131-0/+6
* hw/pci/cxl: Add a CXL component type (interface)Ben Widawsky2022-05-131-0/+8
* pcie: Add support for Single Root I/O Virtualization (SR/IOV)Knut Omang2022-03-061-3/+9
* ACPI ERST: PCI device_id for ERSTEric DeVolder2022-02-061-0/+1
* hw/pci: Document pci_dma_map()Philippe Mathieu-Daudé2022-01-181-0/+12
* pci: Export the pci_intx() functionFrederic Barrat2022-01-071-0/+5
* pci: Let ld*_pci_dma() propagate MemTxResultPhilippe Mathieu-Daudé2021-12-311-9/+8
* pci: Let st*_pci_dma() propagate MemTxResultPhilippe Mathieu-Daudé2021-12-311-5/+5
* pci: Let ld*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-3/+3
* pci: Let st*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-5/+6
* dma: Let ld*_dma() propagate MemTxResultPhilippe Mathieu-Daudé2021-12-311-2/+4
* dma: Let ld*_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-1/+2
* dma: Let st*_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-1/+2
* pci: Let pci_dma_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-4/+6
* dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-1/+2
* dma: Let dma_memory_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-1/+2
* pci: implement power stateGerd Hoffmann2021-11-151-0/+2
* pci: Export pci_for_each_device_under_bus*()Peter Xu2021-11-011-0/+5
* pci: Define pci_bus_dev_fn/pci_bus_fn/pci_bus_ret_fnPeter Xu2021-11-011-10/+9
* pci: Rename pci_root_bus_new_inplace() to pci_root_bus_init()Peter Maydell2021-09-301-5/+5
* hw/pci: Add pci_bus_range() to get PCI bus number rangeXingang Wang2021-07-161-0/+1
* hw/pci/pci_host: Allow PCI host to bypass iommuXingang Wang2021-07-161-0/+1
* pci: introduce acpi-index property for PCI deviceIgor Mammedov2021-03-221-0/+1
* pci: add romsize propertyPaolo Bonzini2021-02-051-0/+1
* hw/misc/pvpanic: add PCI interface supportMihai Carabas2021-01-291-0/+1
* pci: Let pci_dma_write() propagate MemTxResultPhilippe Mathieu-Daudé2020-12-101-2/+14
* pci: Let pci_dma_read() propagate MemTxResultPhilippe Mathieu-Daudé2020-12-101-2/+14
* pci: Let pci_dma_rw() propagate MemTxResultPhilippe Mathieu-Daudé2020-12-101-2/+16
* pci: allocate pci id for nvmeKlaus Jensen2020-10-271-0/+1
* pci: pass along the return value of dma_memory_rwKlaus Jensen2020-10-271-2/+1
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-9/+4
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* pci: Move PCIBusClass typedef to pci.hEduardo Habkost2020-08-271-0/+1
* virtio-pci: Proxy for virtio-memDavid Hildenbrand2020-07-031-0/+1
* pci: pci_create(), pci_create_multifunction() are now unused, dropMarkus Armbruster2020-06-151-3/+0
* pci: New pci_new(), pci_realize_and_unref() etc.Markus Armbruster2020-06-151-0/+5
* virtio-iommu-pci: Add virtio iommu pci supportEric Auger2020-02-271-0/+1
* hw/pci: Remove the "command_serr_enable" propertyThomas Huth2019-12-181-1/+1
* pci: mark devices partially unpluggedJens Freimann2019-10-291-0/+1
* pci: add option for net failoverJens Freimann2019-10-291-0/+3
* ipmi: Add PCI IPMI interfacesCorey Minyard2019-09-201-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+0
* virtio-pci: Proxy for virtio-pmemPankaj Gupta2019-07-041-0/+1
* pci: Make is_bridge a boolDavid Gibson2019-05-291-1/+1
* pcie: Simplify pci_adjust_config_limit()David Gibson2019-05-291-1/+0
* pci: Simplify pci_bus_is_root()David Gibson2019-05-201-1/+0
* spapr: Drop duplicate PCI swizzle codeGreg Kurz2019-04-261-0/+4
* pci: Allow PCI bus subtypes to support extended config space accessesGreg Kurz2019-04-091-0/+2