summaryrefslogtreecommitdiff
path: root/hw/pci-bridge
AgeCommit message (Expand)AuthorFilesLines
2016-04-07hw/pci-bridge: Add missing unref in case register-bus failsWei Jiangang1-1/+7
2016-04-07Migration: Add i82801b11 migration dataDr. David Alan Gilbert1-0/+9
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-11pxb: cleanupCao jin1-1/+1
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin1-1/+1
2016-02-19aer: impove pcie_aer_init to support vfio deviceChen Fan3-3/+3
2016-02-16change type of pci_bridge_initfn() to voidCao jin5-24/+7
2016-02-16dec: convert to realize()Cao jin1-3/+3
2016-02-06hw/pxb: add pxb devices to the bridge categoryMarcel Apfelbaum1-0/+2
2016-01-29pci: Clean up includesPeter Maydell6-0/+6
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2015-12-22hw/pxb: introduce pxb-pcie expander for PCIe machinesMarcel Apfelbaum1-15/+83
2015-06-23hw/pci-bridge: format special OFW unit address for PXB hostLaszlo Ersek1-0/+53
2015-06-23hw/pci-bridge: disable SHPC in PXBLaszlo Ersek1-0/+1
2015-06-23hw/pci-bridge: introduce "shpc" propertyLaszlo Ersek1-16/+70
2015-06-23hw/pci-bridge: add macro for "msi" propertyLaszlo Ersek1-1/+2
2015-06-23hw/pci-bridge: add macro for "chassis_nr" propertyLaszlo Ersek2-2/+4
2015-06-23hw/pci-bridge: expose _test parameter in SHPC_VMSTATE()Laszlo Ersek1-1/+1
2015-06-23add pci-bridge-seatGerd Hoffmann1-1/+24
2015-06-03hw/pxb: add numa_node parameterMarcel Apfelbaum1-0/+17
2015-06-03hw/pxb: add map_irq funcMarcel Apfelbaum1-1/+19
2015-06-03hw/pci: introduce PCI Expander Bridge (PXB)Marcel Apfelbaum2-0/+197
2015-04-30pci: Remove unused function ich9_d2pbr_init()Thomas Huth1-21/+0
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-3/+2
2015-02-27Add specific config options for PCI-E bridgesDavid Gibson1-2/+3
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-3/+2
2015-02-16pci: split shpc_cleanup and shpc_freePaolo Bonzini1-4/+10
2014-10-15qdev: HotplugHandler: Rename unplug callback to unplug_requestIgor Mammedov1-1/+1
2014-09-02ioh3420: remove unused ioh3420_init() declarationGonglei1-4/+0
2014-08-25ioh3420: Enable ARI forwardingKnut Omang1-0/+2
2014-08-25ioh3420: Remove obsoleted, unused ioh3420_init functionKnut Omang1-24/+0
2014-08-25pcie: Rename the pcie_cap_ari_* functions to pcie_cap_arifwd_*Knut Omang2-2/+3
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-2/+0
2014-06-23hw/pcie: implement power controller functionalityMarcel Apfelbaum2-0/+14
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela3-3/+0
2014-02-10pci/shpc: convert SHPC hotplug to use hotplug-handler APIIgor Mammedov1-0/+9
2013-12-23pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster1-0/+6
2013-10-14hw/pci-bridge: set PCI_INTERRUPT_PIN register before shpc initMarcel Apfelbaum1-1/+1
2013-08-12i82801b11: Fix i82801b11 PCI host bridge config spaceGerd Hoffmann1-0/+1
2013-07-29pcie_port: Turn PCIEPort and PCIESlot into abstract QOM typesAndreas Färber3-62/+21
2013-07-29pci-bridge/i82801b11: Rename parent fieldAndreas Färber1-1/+3
2013-07-29pci-bridge-dev: QOM parent field cleanupAndreas Färber1-8/+14
2013-07-29pci-bridge: Turn PCIBridge into abstract QOM typeAndreas Färber6-37/+38
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum5-0/+6
2013-07-18Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+1
2013-07-10pci: fix BRDIGE typoDon Koch1-1/+1
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini2-3/+3
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini2-3/+3
2013-06-02dec.c - move to pci-bridgeMichael S. Tsirkin3-0/+168
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini6-3/+34