aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x/s390-pci-bus.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster1-3/+1
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-1/+1
2020-07-10s390x/pci: Fix harmless mistake in zpci's property fid's setterMarkus Armbruster1-1/+3
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster1-2/+1
2020-07-03s390x/pci: fix set_ind_atomicHalil Pasic1-7/+9
2020-07-02qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster1-11/+3
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster1-2/+2
2020-06-15qdev: Convert to qdev_unrealize() with CoccinelleMarkus Armbruster1-2/+2
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-2/+2
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-09-30s390: PCI: fix IOMMU region initMatthew Rosato1-1/+6
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand1-5/+8
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth1-3/+3
2019-02-05s390x/pci: Unplug remaining requested devices on pcihost resetDavid Hildenbrand1-0/+15
2019-02-05s390x/pci: Warn when adding PCI devices without the 'zpci' featureDavid Hildenbrand1-0/+6
2019-02-05s390x/pci: Fix hotplugging of PCI bridgesDavid Hildenbrand1-9/+19
2019-02-05s390x/pci: Fix primary bus number for PCI bridgesDavid Hildenbrand1-5/+8
2019-02-04s390x/pci: mark zpci devices as unmigratableCornelia Huck1-0/+10
2019-02-04s390x/pci: Drop release timer and replace it with a flagDavid Hildenbrand1-31/+7
2019-02-04s390x/pci: Introduce unplug requests and split unplug handlerDavid Hildenbrand1-54/+112
2019-01-18s390x/pci: add common function measurement blockYi Min Zhao1-1/+3
2019-01-18s390x/pci: Ignore the unplug call if we already have a release_timerDavid Hildenbrand1-0/+3
2019-01-18s390x/pci: Always delete and free the release_timerDavid Hildenbrand1-1/+1
2019-01-18s390x/pci: Move some hotplug checks to the pre_plug handlerDavid Hildenbrand1-16/+25
2019-01-18s390x/pci: Use hotplug_dev instead of looking up the host bridgeDavid Hildenbrand1-2/+2
2019-01-18s390x/pci: Set the iommu region size mpcifc requestPierre Morel1-1/+1
2019-01-18s390x/pci: Send correct event on hotplugDavid Hildenbrand1-1/+1
2019-01-18s390: avoid potential null dereference in s390_pcihost_unplug()Li Qiang1-0/+4
2018-12-20s390x/pci: rename hotplug handler callbacksDavid Hildenbrand1-6/+6
2018-12-18error: Remove NULL checks on error_propagate() callsMarkus Armbruster1-3/+1
2018-12-12s390x/zpci: drop msix.availableDavid Hildenbrand1-2/+0
2018-11-13s390x/pci: properly fail if the zPCI device cannot be createdDavid Hildenbrand1-6/+19
2018-10-04hw/s390x/s390-pci-bus: Convert sysbus init function to realize functionThomas Huth1-13/+21
2018-06-15iommu: Add IOMMU index argument to translate methodPeter Maydell1-1/+1
2018-03-23s390x/pci: forbid multifunction pci deviceYi Min Zhao1-0/+10
2018-02-09s390x/pci: fixup global refreshYi Min Zhao1-7/+17
2018-02-09s390x/pci: fixup the code walking IOMMU tablesYi Min Zhao1-43/+180
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-4/+4
2017-12-05pci: Add pci_dev_bus_num() helperDavid Gibson1-1/+1
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson1-4/+4
2017-11-08s390x/pci: let pci devices start in configured modeChristian Borntraeger1-1/+1
2017-10-20S390: use g_new() family of functionsMarc-André Lureau1-2/+2
2017-10-06s390x: sort some devices into categoriesCornelia Huck1-0/+1
2017-09-19s390x/pci: add iommu replay callbackYi Min Zhao1-0/+12
2017-09-19s390x/pci: remove idx from msix msg dataYi Min Zhao1-11/+5
2017-08-30s390x/sclp: properly guard pci-specific functionsCornelia Huck1-12/+2