summaryrefslogtreecommitdiffstats
path: root/hw/pci-bridge/pci_expander_bridge.c
Commit message (Expand)AuthorAgeFilesLines
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-4/+8
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-4/+7
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_create() manuallyMarkus Armbruster2020-06-151-2/+2
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-2/+2
* numa: move numa global variable nb_numa_nodes into MachineStateTao Xu2019-09-031-1/+8
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* pci: Simplify pci_bus_is_root()David Gibson2019-05-211-6/+0Star
* 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
|/
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+8
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* clean-up: removed duplicate #includesAnand J2016-10-281-1/+0Star
* 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
* q35: allow dynamic sysbusMarcel Apfelbaum2016-07-041-0/+2
* hw/pci-bridge: Add missing unref in case register-bus failsWei Jiangang2016-04-071-1/+7
* pxb: cleanupCao jin2016-03-111-1/+1
* hw/pxb: add pxb devices to the bridge categoryMarcel Apfelbaum2016-02-061-0/+2
* pci: 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: add macro for "chassis_nr" propertyLaszlo Ersek2015-06-231-1/+2
* 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-031-0/+196