summaryrefslogtreecommitdiffstats
path: root/include/hw/pci
Commit message (Expand)AuthorAgeFilesLines
* virtio-iommu-pci: Add virtio iommu pci supportEric Auger2020-02-271-0/+1
* hw/pci/pci_bridge: Fix typo in commentJulia Suvorova2020-02-061-1/+1
* ppc/pnv: Add models for POWER9 PHB4 PCIe Host bridgeBenjamin Herrenschmidt2020-02-021-0/+1
* hw/pci/pci_host: Let pci_data_[read/write] use unsigned 'size' argumentPhilippe Mathieu-Daudé2020-01-051-2/+2
* 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
* net: add tulip (dec21143) driverSven Schnelle2019-10-291-0/+1
* ipmi: Add PCI IPMI interfacesCorey Minyard2019-09-201-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+0Star
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-162-2/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* include: Make headers more self-containedMarkus Armbruster2019-08-161-0/+1
* pcie_root_port: Allow ACS to be disabledDr. David Alan Gilbert2019-07-301-0/+2
* pcie: consistent names for function argsMichael S. Tsirkin2019-07-121-2/+2
* virtio-pci: Proxy for virtio-pmemPankaj Gupta2019-07-041-0/+1
* pcie: minor cleanups for slot control/statusMichael S. Tsirkin2019-07-011-1/+2
* pcie: check that slt ctrl changed before deletingMichael S. Tsirkin2019-07-011-1/+2
* Supply missing header guardsMarkus Armbruster2019-06-121-0/+5
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-124-4/+0Star
* pci: Make is_bridge a boolDavid Gibson2019-05-301-1/+1
* pcie: Simplify pci_adjust_config_limit()David Gibson2019-05-302-2/+7
* pci: msix: move 'MSIX_CAP_LENGTH' to header fileLi Qiang2019-05-221-0/+2
* pci: Simplify pci_bus_is_root()David Gibson2019-05-212-2/+11
* spapr: Drop duplicate PCI swizzle codeGreg Kurz2019-04-261-0/+4
* pci: Allow PCI bus subtypes to support extended config space accessesGreg Kurz2019-04-092-0/+3
* gen_pcie_root_port: Add ACS (Access Control Services) capabilityKnut Omang2019-03-131-0/+1
* pcie: Add a simple PCIe ACS (Access Control Services) helper functionKnut Omang2019-03-132-0/+10
* pci: Move NVIDIA vendor id to the rest of idsAlexey Kardashevskiy2019-02-221-0/+2
* pci/msi: export msi_is_masked()Peter Xu2019-02-051-0/+1
* pci/pcie: stop plug/unplug if the slot is lockedDavid Hildenbrand2019-01-151-0/+2
* pci: allow cleanup/unregistration of PCI root busesMichael Roth2019-01-081-0/+3
* pci/shpc: perform unplug via the hotplug handlerDavid Hildenbrand2018-12-202-0/+4
* pci: Reuse pci-bridge hotplug handler handlers for pcie-pci-bridgeDavid Hildenbrand2018-12-201-0/+4
* pci/pcie: perform unplug via the hotplug handlerDavid Hildenbrand2018-12-201-0/+2
* pci/shpc: rename hotplug handler callbacksDavid Hildenbrand2018-12-201-4/+4
* pci/pcie: rename hotplug handler callbacksDavid Hildenbrand2018-12-201-4/+4
* pcie: Add link speed and width fields to PCIESlotAlex Williamson2018-12-191-0/+4
* pci: Sync PCIe downstream port LNKSTA on readAlex Williamson2018-12-192-0/+14
* pcie: Create enums for link speed and widthAlex Williamson2018-12-191-2/+21
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-11-081-1/+1
|\
| * i386: clarify that the Q35 machine type implements a P35 chipsetDaniel P. Berrangé2018-11-061-1/+1
* | hw/pci: Add missing includePhilippe Mathieu-Daudé2018-11-051-0/+2
|/
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180925' into...Peter Maydell2018-09-251-2/+1Star
|\
| * 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
* | hw/pci: factor PCI reserve resources to a separate structureJing Liu2018-09-071-5/+13
|/
* allocate pci id for mdpyGerd Hoffmann2018-05-231-0/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-03-201-1/+0Star
|\
| * hw/pci: remove obsolete PCIDevice->init()Philippe Mathieu-Daudé2018-03-201-1/+0Star