summaryrefslogtreecommitdiffstats
path: root/include/hw/pci/pci.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+8Star
* 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-021-0/+5
* pci: Define pci_bus_dev_fn/pci_bus_fn/pci_bus_ret_fnPeter Xu2021-11-021-10/+9Star
* 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/+1Star
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-9/+4Star
* 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/+0Star
* 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/+0Star
* virtio-pci: Proxy for virtio-pmemPankaj Gupta2019-07-041-0/+1
* pci: Make is_bridge a boolDavid Gibson2019-05-301-1/+1
* pcie: Simplify pci_adjust_config_limit()David Gibson2019-05-301-1/+0Star
* pci: Simplify pci_bus_is_root()David Gibson2019-05-211-1/+0Star
* 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
* pci: allow cleanup/unregistration of PCI root busesMichael Roth2019-01-081-0/+3
* pci: Sync PCIe downstream port LNKSTA on readAlex Williamson2018-12-191-0/+13
* scsi: remove unused lsi53c895a_create() and lsi53c810_create() functionsMark Cave-Ayland2018-09-251-2/+0Star
* scsi: add lsi53c8xx_handle_legacy_cmdline() functionMark Cave-Ayland2018-09-251-0/+1
* allocate pci id for mdpyGerd Hoffmann2018-05-231-0/+1