summaryrefslogtreecommitdiffstats
path: root/hw/pci-bridge
Commit message (Expand)AuthorAgeFilesLines
* pcie_root_port: Allow ACS to be disabledDr. David Alan Gilbert2019-07-301-1/+2
* xio3130_downstream: typo fixMichael S. Tsirkin2019-07-121-1/+1
* pcie: check that slt ctrl changed before deletingMichael S. Tsirkin2019-07-012-2/+8
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-1211-0/+11
* pci: Make is_bridge a boolDavid Gibson2019-05-308-9/+9
* pci: Simplify pci_bus_is_root()David Gibson2019-05-211-6/+0Star
* kconfig: add dependencies on CONFIG_MSI_NONBROKENPaolo Bonzini2019-03-181-3/+3
* gen_pcie_root_port: Add ACS (Access Control Services) capabilityKnut Omang2019-03-132-0/+8
* i386-softmmu.mak: remove all CONFIG_* except boards definitionsYang Zhong2019-03-071-0/+1
* build: convert pci.mak to KconfigPaolo Bonzini2019-03-071-0/+8
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+20
* pci/shpc: perform unplug via the hotplug handlerDavid Hildenbrand2018-12-202-0/+11
* pci: Reuse pci-bridge hotplug handler handlers for pcie-pci-bridgeDavid Hildenbrand2018-12-202-34/+8Star
* pci/shpc: rename hotplug handler callbacksDavid Hildenbrand2018-12-202-18/+16Star
* pcie: Fast PCIe root ports for new machinesAlex Williamson2018-12-191-2/+2
* pcie: Allow generic PCIe root port to specify link speed and widthAlex Williamson2018-12-191-0/+4
* pcie: Add link speed and width fields to PCIESlotAlex Williamson2018-12-191-0/+14
* pci-bridge/dec: Convert sysbus init function to realize functionMao Zhongyi2018-12-131-6/+6
* hw/pci-bridge/ioh3420: Remove unuseful headerPhilippe Mathieu-Daudé2018-11-052-7/+1Star
* hw/pci-bridge/xio3130: Remove unused functionsPhilippe Mathieu-Daudé2018-11-054-71/+2Star
* hw/pci: add PCI resource reserve capability to legacy PCI bridgeJing Liu2018-09-071-0/+24
* hw/pci: factor PCI reserve resources to a separate structureJing Liu2018-09-071-16/+17
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-02-138-5/+8
|\
| * pci: removed the is_express field since a uniform interface was insertedYoni Bettan2018-02-084-4/+0Star
| * pci/bus: let it has higher migration priorityPeter Xu2018-02-087-1/+7
| * pci-bridge/i82801b11: clear bridge registers on platform resetLaszlo Ersek2018-02-081-0/+1
* | Include qapi/error.h exactly where neededMarkus Armbruster2018-02-093-4/+0Star
|/
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-051-2/+1Star
* simba: rename PBMPCIBridge and QOM types to reflect simba namingMark Cave-Ayland2018-01-241-11/+11
* apb: split simba PCI bridge into hw/pci-bridge/simba.cMark Cave-Ayland2018-01-242-0/+103
* hw/pci-bridge: fix QEMU crash because of pcie-root-portMarcel Apfelbaum2018-01-181-1/+6
* Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin2018-01-111-1/+0Star
|\
| * misc: remove old i386 dependencyPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* | pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2017-12-051-8/+9
* | pci: Rename root bus initialization functions for clarityDavid Gibson2017-12-051-2/+2
|/
* hw/pcie-pci-bridge: restrict to X86 and ARMMarcel Apfelbaum2017-11-161-2/+2
* hw/gen_pcie_root_port: make IO RO 0 on IO disabledMarcel Apfelbaum2017-10-151-0/+7
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-154-0/+21
* pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost2017-10-154-0/+13
* hw/pci-bridge/pcie_pci_bridge: properly handle MSI unavailability caseAleksandr Bezzubikov2017-10-151-6/+18
* pci: Set err to errp directly rather than through error_propagate()Mao Zhongyi2017-10-151-3/+1Star
* xio3130_downstream: Report error if pcie_chassis_add_slot() failedEduardo Habkost2017-10-151-0/+1
* hw/pci: add QEMU-specific PCI capability to the Generic PCI Express Root PortAleksandr Bezzubikov2017-09-081-0/+36
* hw/pci: introduce pcie-pci-bridge deviceAleksandr Bezzubikov2017-09-082-1/+193
* pci: Convert shpc_init() to ErrorMao Zhongyi2017-07-031-8/+6Star
* pci: Convert to realizeMao Zhongyi2017-07-034-37/+32Star
* pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi2017-07-031-0/+1
* hw/pci-bridge/dec: Classify the DEC PCI bridge as bridge deviceThomas Huth2017-07-031-0/+2
* hw/pcie: fix the generic pcie root port to support migrationMarcel Apfelbaum2017-06-081-0/+25