aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-bridge
AgeCommit message (Expand)AuthorFilesLines
2019-09-03numa: move numa global variable nb_numa_nodes into MachineStateTao Xu1-1/+8
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster6-0/+6
2019-08-16Include migration/vmstate.h lessMarkus Armbruster5-0/+5
2019-07-30pcie_root_port: Allow ACS to be disabledDr. David Alan Gilbert1-1/+2
2019-07-12xio3130_downstream: typo fixMichael S. Tsirkin1-1/+1
2019-07-01pcie: check that slt ctrl changed before deletingMichael S. Tsirkin2-2/+8
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster11-0/+11
2019-05-29pci: Make is_bridge a boolDavid Gibson8-9/+9
2019-05-20pci: Simplify pci_bus_is_root()David Gibson1-6/+0
2019-03-18kconfig: add dependencies on CONFIG_MSI_NONBROKENPaolo Bonzini1-3/+3
2019-03-12gen_pcie_root_port: Add ACS (Access Control Services) capabilityKnut Omang2-0/+8
2019-03-07i386-softmmu.mak: remove all CONFIG_* except boards definitionsYang Zhong1-0/+1
2019-03-07build: convert pci.mak to KconfigPaolo Bonzini1-0/+8
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+20
2018-12-20pci/shpc: perform unplug via the hotplug handlerDavid Hildenbrand2-0/+11
2018-12-20pci: Reuse pci-bridge hotplug handler handlers for pcie-pci-bridgeDavid Hildenbrand2-34/+8
2018-12-20pci/shpc: rename hotplug handler callbacksDavid Hildenbrand2-18/+16
2018-12-19pcie: Fast PCIe root ports for new machinesAlex Williamson1-2/+2
2018-12-19pcie: Allow generic PCIe root port to specify link speed and widthAlex Williamson1-0/+4
2018-12-19pcie: Add link speed and width fields to PCIESlotAlex Williamson1-0/+14
2018-12-13pci-bridge/dec: Convert sysbus init function to realize functionMao Zhongyi1-6/+6
2018-11-05hw/pci-bridge/ioh3420: Remove unuseful headerPhilippe Mathieu-Daudé2-7/+1
2018-11-05hw/pci-bridge/xio3130: Remove unused functionsPhilippe Mathieu-Daudé4-71/+2
2018-09-07hw/pci: add PCI resource reserve capability to legacy PCI bridgeJing Liu1-0/+24
2018-09-07hw/pci: factor PCI reserve resources to a separate structureJing Liu1-16/+17
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell8-5/+8
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster3-4/+0
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan4-4/+0
2018-02-08pci/bus: let it has higher migration priorityPeter Xu7-1/+7
2018-02-08pci-bridge/i82801b11: clear bridge registers on platform resetLaszlo Ersek1-0/+1
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-2/+1
2018-01-24simba: rename PBMPCIBridge and QOM types to reflect simba namingMark Cave-Ayland1-11/+11
2018-01-24apb: split simba PCI bridge into hw/pci-bridge/simba.cMark Cave-Ayland2-0/+103
2018-01-18hw/pci-bridge: fix QEMU crash because of pcie-root-portMarcel Apfelbaum1-1/+6
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin1-1/+0
2017-12-18misc: remove old i386 dependencyPhilippe Mathieu-Daudé1-1/+0
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-8/+9
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson1-2/+2
2017-11-16hw/pcie-pci-bridge: restrict to X86 and ARMMarcel Apfelbaum1-2/+2
2017-10-15hw/gen_pcie_root_port: make IO RO 0 on IO disabledMarcel Apfelbaum1-0/+7
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost4-0/+21
2017-10-15pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost4-0/+13
2017-10-15hw/pci-bridge/pcie_pci_bridge: properly handle MSI unavailability caseAleksandr Bezzubikov1-6/+18
2017-10-15pci: Set err to errp directly rather than through error_propagate()Mao Zhongyi1-3/+1
2017-10-15xio3130_downstream: Report error if pcie_chassis_add_slot() failedEduardo Habkost1-0/+1
2017-09-08hw/pci: add QEMU-specific PCI capability to the Generic PCI Express Root PortAleksandr Bezzubikov1-0/+36
2017-09-08hw/pci: introduce pcie-pci-bridge deviceAleksandr Bezzubikov2-1/+193
2017-07-03pci: Convert shpc_init() to ErrorMao Zhongyi1-8/+6
2017-07-03pci: Convert to realizeMao Zhongyi4-37/+32