aboutsummaryrefslogtreecommitdiff
path: root/include/hw/pci
AgeCommit message (Expand)AuthorFilesLines
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost3-8/+4
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2-6/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost5-24/+16
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost5-6/+14
2020-08-27pci: Move PCIBusClass typedef to pci.hEduardo Habkost2-2/+3
2020-07-27hw/pci-host: save/restore pci host config registerHogan Wang1-0/+1
2020-07-03virtio-pci: Proxy for virtio-memDavid Hildenbrand1-0/+1
2020-06-15pci: pci_create(), pci_create_multifunction() are now unused, dropMarkus Armbruster1-3/+0
2020-06-15pci: New pci_new(), pci_realize_and_unref() etc.Markus Armbruster1-0/+5
2020-03-08pcie_root_port: Add hotplug disabling optionJulia Suvorova2-1/+4
2020-02-27virtio-iommu-pci: Add virtio iommu pci supportEric Auger1-0/+1
2020-02-06hw/pci/pci_bridge: Fix typo in commentJulia Suvorova1-1/+1
2020-02-02ppc/pnv: Add models for POWER9 PHB4 PCIe Host bridgeBenjamin Herrenschmidt1-0/+1
2020-01-05hw/pci/pci_host: Let pci_data_[read/write] use unsigned 'size' argumentPhilippe Mathieu-Daudé1-2/+2
2019-12-18hw/pci: Remove the "command_serr_enable" propertyThomas Huth1-1/+1
2019-10-29pci: mark devices partially unpluggedJens Freimann1-0/+1
2019-10-29pci: add option for net failoverJens Freimann1-0/+3
2019-10-29net: add tulip (dec21143) driverSven Schnelle1-0/+1
2019-09-20ipmi: Add PCI IPMI interfacesCorey Minyard1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+0
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster2-2/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16include: Make headers more self-containedMarkus Armbruster1-0/+1
2019-07-30pcie_root_port: Allow ACS to be disabledDr. David Alan Gilbert1-0/+2
2019-07-12pcie: consistent names for function argsMichael S. Tsirkin1-2/+2
2019-07-04virtio-pci: Proxy for virtio-pmemPankaj Gupta1-0/+1
2019-07-01pcie: minor cleanups for slot control/statusMichael S. Tsirkin1-1/+2
2019-07-01pcie: check that slt ctrl changed before deletingMichael S. Tsirkin1-1/+2
2019-06-12Supply missing header guardsMarkus Armbruster1-0/+5
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster4-4/+0
2019-05-29pci: Make is_bridge a boolDavid Gibson1-1/+1
2019-05-29pcie: Simplify pci_adjust_config_limit()David Gibson2-2/+7
2019-05-22pci: msix: move 'MSIX_CAP_LENGTH' to header fileLi Qiang1-0/+2
2019-05-20pci: Simplify pci_bus_is_root()David Gibson2-2/+11
2019-04-26spapr: Drop duplicate PCI swizzle codeGreg Kurz1-0/+4
2019-04-09pci: Allow PCI bus subtypes to support extended config space accessesGreg Kurz2-0/+3
2019-03-12gen_pcie_root_port: Add ACS (Access Control Services) capabilityKnut Omang1-0/+1
2019-03-12pcie: Add a simple PCIe ACS (Access Control Services) helper functionKnut Omang2-0/+10
2019-02-22pci: Move NVIDIA vendor id to the rest of idsAlexey Kardashevskiy1-0/+2
2019-02-05pci/msi: export msi_is_masked()Peter Xu1-0/+1
2019-01-14pci/pcie: stop plug/unplug if the slot is lockedDavid Hildenbrand1-0/+2
2019-01-09pci: allow cleanup/unregistration of PCI root busesMichael Roth1-0/+3
2018-12-20pci/shpc: perform unplug via the hotplug handlerDavid Hildenbrand2-0/+4
2018-12-20pci: Reuse pci-bridge hotplug handler handlers for pcie-pci-bridgeDavid Hildenbrand1-0/+4
2018-12-20pci/pcie: perform unplug via the hotplug handlerDavid Hildenbrand1-0/+2
2018-12-20pci/shpc: rename hotplug handler callbacksDavid Hildenbrand1-4/+4
2018-12-20pci/pcie: rename hotplug handler callbacksDavid Hildenbrand1-4/+4
2018-12-19pcie: Add link speed and width fields to PCIESlotAlex Williamson1-0/+4
2018-12-19pci: Sync PCIe downstream port LNKSTA on readAlex Williamson2-0/+14
2018-12-19pcie: Create enums for link speed and widthAlex Williamson1-2/+21