summaryrefslogtreecommitdiffstats
path: root/hw/pci-bridge
Commit message (Expand)AuthorAgeFilesLines
* hw/pci-bridge: Convert pxb initialization functions to ErrorWei Jiangang2016-07-281-27/+25Star
* hw/pxb: declare pxb devices as not hot-pluggableMarcel Apfelbaum2016-07-281-0/+2
* hw/pcie-root-port: Fix PCIe root port initializationMarcel Apfelbaum2016-07-281-0/+1
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-121-1/+1
* Clean up header guards that don't match their file nameMarkus Armbruster2016-07-121-2/+2
* Drop Emacs local variables lists redundant with .dir-locals.elMarkus Armbruster2016-07-123-28/+0Star
* pci: Convert msi_init() to Error and fix callers to check itCao jin2016-07-054-7/+31
* pci bridge dev: change msi property typeCao jin2016-07-051-6/+7
* q35: allow dynamic sysbusMarcel Apfelbaum2016-07-041-0/+2
* fix some coding style problemsCao jin2016-06-174-2/+18
* hw/pci-bridge: Add missing unref in case register-bus failsWei Jiangang2016-04-071-1/+7
* Migration: Add i82801b11 migration dataDr. David Alan Gilbert2016-04-071-0/+9
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* pxb: cleanupCao jin2016-03-111-1/+1
* msi_supported -> msi_nonbrokenMichael S. Tsirkin2016-03-111-1/+1
* aer: impove pcie_aer_init to support vfio deviceChen Fan2016-02-193-3/+3
* change type of pci_bridge_initfn() to voidCao jin2016-02-165-24/+7Star
* dec: convert to realize()Cao jin2016-02-161-3/+3
* hw/pxb: add pxb devices to the bridge categoryMarcel Apfelbaum2016-02-061-0/+2
* pci: Clean up includesPeter Maydell2016-01-296-0/+6
* ppc: Clean up includesPeter Maydell2016-01-291-0/+1
* hw/pxb: introduce pxb-pcie expander for PCIe machinesMarcel Apfelbaum2015-12-221-15/+83
* hw/pci-bridge: format special OFW unit address for PXB hostLaszlo Ersek2015-06-231-0/+53
* hw/pci-bridge: disable SHPC in PXBLaszlo Ersek2015-06-231-0/+1
* hw/pci-bridge: introduce "shpc" propertyLaszlo Ersek2015-06-231-16/+70
* hw/pci-bridge: add macro for "msi" propertyLaszlo Ersek2015-06-231-1/+2
* hw/pci-bridge: add macro for "chassis_nr" propertyLaszlo Ersek2015-06-232-2/+4
* hw/pci-bridge: expose _test parameter in SHPC_VMSTATE()Laszlo Ersek2015-06-231-1/+1
* add pci-bridge-seatGerd Hoffmann2015-06-231-1/+24
* hw/pxb: add numa_node parameterMarcel Apfelbaum2015-06-031-0/+17
* hw/pxb: add map_irq funcMarcel Apfelbaum2015-06-031-1/+19
* hw/pci: introduce PCI Expander Bridge (PXB)Marcel Apfelbaum2015-06-032-0/+197
* pci: Remove unused function ich9_d2pbr_init()Thomas Huth2015-04-301-21/+0Star
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-03-091-3/+2Star
|\
| * pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-3/+2Star
* | Add specific config options for PCI-E bridgesDavid Gibson2015-02-271-2/+3
|/
* pci: split shpc_cleanup and shpc_freePaolo Bonzini2015-02-161-4/+10
* qdev: HotplugHandler: Rename unplug callback to unplug_requestIgor Mammedov2014-10-151-1/+1
* ioh3420: remove unused ioh3420_init() declarationGonglei2014-09-021-4/+0Star
* ioh3420: Enable ARI forwardingKnut Omang2014-08-251-0/+2
* ioh3420: Remove obsoleted, unused ioh3420_init functionKnut Omang2014-08-251-24/+0Star
* pcie: Rename the pcie_cap_ari_* functions to pcie_cap_arifwd_*Knut Omang2014-08-252-2/+3
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-2/+0Star
* hw/pcie: implement power controller functionalityMarcel Apfelbaum2014-06-232-0/+14
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-163-3/+0Star
* pci/shpc: convert SHPC hotplug to use hotplug-handler APIIgor Mammedov2014-02-101-0/+9
* pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-0/+6
* hw/pci-bridge: set PCI_INTERRUPT_PIN register before shpc initMarcel Apfelbaum2013-10-141-1/+1
* i82801b11: Fix i82801b11 PCI host bridge config spaceGerd Hoffmann2013-08-121-0/+1
* pcie_port: Turn PCIEPort and PCIESlot into abstract QOM typesAndreas Färber2013-07-293-62/+21Star