summaryrefslogtreecommitdiffstats
path: root/hw/pci-bridge/pci_bridge_dev.c
Commit message (Expand)AuthorAgeFilesLines
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-1/+2
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* 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: Make is_bridge a boolDavid Gibson2019-05-301-1/+1
* pci/shpc: perform unplug via the hotplug handlerDavid Hildenbrand2018-12-201-0/+10
* pci: Reuse pci-bridge hotplug handler handlers for pcie-pci-bridgeDavid Hildenbrand2018-12-201-6/+6
* pci/shpc: rename hotplug handler callbacksDavid Hildenbrand2018-12-201-9/+8Star
* hw/pci: add PCI resource reserve capability to legacy PCI bridgeJing Liu2018-09-071-0/+24
* pci/bus: let it has higher migration priorityPeter Xu2018-02-081-0/+1
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+1
* pci: Convert shpc_init() to ErrorMao Zhongyi2017-07-031-8/+6Star
* Revert "hw/pci: disable pci-bridge's shpc by default"Marcel Apfelbaum2017-05-171-1/+1
* hw/pci: disable pci-bridge's shpc by defaultMarcel Apfelbaum2017-02-011-1/+1
* pci: Convert msi_init() to Error and fix callers to check itCao jin2016-07-051-4/+16
* pci bridge dev: change msi property typeCao jin2016-07-051-6/+7
* fix some coding style problemsCao jin2016-06-171-0/+4
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* msi_supported -> msi_nonbrokenMichael S. Tsirkin2016-03-111-1/+1
* change type of pci_bridge_initfn() to voidCao jin2016-02-161-5/+3Star
* pci: Clean up includesPeter Maydell2016-01-291-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-231-1/+2
* hw/pci-bridge: expose _test parameter in SHPC_VMSTATE()Laszlo Ersek2015-06-231-1/+1
* add pci-bridge-seatGerd Hoffmann2015-06-231-1/+24
* 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
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-2/+0Star
* pci/shpc: convert SHPC hotplug to use hotplug-handler APIIgor Mammedov2014-02-101-0/+9
* hw/pci-bridge: set PCI_INTERRUPT_PIN register before shpc initMarcel Apfelbaum2013-10-141-1/+1
* pci-bridge-dev: QOM parent field cleanupAndreas Färber2013-07-291-8/+14
* pci-bridge: Turn PCIBridge into abstract QOM typeAndreas Färber2013-07-291-5/+5
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini2013-04-081-0/+158