summaryrefslogtreecommitdiff
path: root/hw/pci-bridge/pci_bridge_dev.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-01hw/pci: disable pci-bridge's shpc by defaultMarcel Apfelbaum1-1/+1
2016-07-05pci: Convert msi_init() to Error and fix callers to check itCao jin1-4/+16
2016-07-05pci bridge dev: change msi property typeCao jin1-6/+7
2016-06-17fix some coding style problemsCao jin1-0/+4
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin1-1/+1
2016-02-16change type of pci_bridge_initfn() to voidCao jin1-5/+3
2016-01-29pci: Clean up includesPeter Maydell1-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 Ersek1-1/+2
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-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-08-18memory: remove memory_region_destroyPaolo Bonzini1-2/+0
2014-02-10pci/shpc: convert SHPC hotplug to use hotplug-handler APIIgor Mammedov1-0/+9
2013-10-14hw/pci-bridge: set PCI_INTERRUPT_PIN register before shpc initMarcel Apfelbaum1-1/+1
2013-07-29pci-bridge-dev: QOM parent field cleanupAndreas Färber1-8/+14
2013-07-29pci-bridge: Turn PCIBridge into abstract QOM typeAndreas Färber1-5/+5
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini1-0/+158