summaryrefslogtreecommitdiff
path: root/hw/s390x/s390-pci-bus.c
AgeCommit message (Expand)Author
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-09-30s390: PCI: fix IOMMU region initMatthew Rosato
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth
2019-02-05s390x/pci: Unplug remaining requested devices on pcihost resetDavid Hildenbrand
2019-02-05s390x/pci: Warn when adding PCI devices without the 'zpci' featureDavid Hildenbrand
2019-02-05s390x/pci: Fix hotplugging of PCI bridgesDavid Hildenbrand
2019-02-05s390x/pci: Fix primary bus number for PCI bridgesDavid Hildenbrand
2019-02-04s390x/pci: mark zpci devices as unmigratableCornelia Huck
2019-02-04s390x/pci: Drop release timer and replace it with a flagDavid Hildenbrand
2019-02-04s390x/pci: Introduce unplug requests and split unplug handlerDavid Hildenbrand
2019-01-18s390x/pci: add common function measurement blockYi Min Zhao
2019-01-18s390x/pci: Ignore the unplug call if we already have a release_timerDavid Hildenbrand
2019-01-18s390x/pci: Always delete and free the release_timerDavid Hildenbrand
2019-01-18s390x/pci: Move some hotplug checks to the pre_plug handlerDavid Hildenbrand
2019-01-18s390x/pci: Use hotplug_dev instead of looking up the host bridgeDavid Hildenbrand
2019-01-18s390x/pci: Set the iommu region size mpcifc requestPierre Morel
2019-01-18s390x/pci: Send correct event on hotplugDavid Hildenbrand
2019-01-18s390: avoid potential null dereference in s390_pcihost_unplug()Li Qiang
2018-12-20s390x/pci: rename hotplug handler callbacksDavid Hildenbrand
2018-12-18error: Remove NULL checks on error_propagate() callsMarkus Armbruster
2018-12-12s390x/zpci: drop msix.availableDavid Hildenbrand
2018-11-13s390x/pci: properly fail if the zPCI device cannot be createdDavid Hildenbrand
2018-10-04hw/s390x/s390-pci-bus: Convert sysbus init function to realize functionThomas Huth
2018-06-15iommu: Add IOMMU index argument to translate methodPeter Maydell
2018-03-23s390x/pci: forbid multifunction pci deviceYi Min Zhao
2018-02-09s390x/pci: fixup global refreshYi Min Zhao
2018-02-09s390x/pci: fixup the code walking IOMMU tablesYi Min Zhao
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson
2017-12-05pci: Add pci_dev_bus_num() helperDavid Gibson
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson
2017-11-08s390x/pci: let pci devices start in configured modeChristian Borntraeger
2017-10-20S390: use g_new() family of functionsMarc-André Lureau
2017-10-06s390x: sort some devices into categoriesCornelia Huck
2017-09-19s390x/pci: add iommu replay callbackYi Min Zhao
2017-09-19s390x/pci: remove idx from msix msg dataYi Min Zhao
2017-08-30s390x/sclp: properly guard pci-specific functionsCornelia Huck
2017-08-30s390x: chsc nt2 events are pci-onlyCornelia Huck
2017-07-14Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s...Peter Maydell
2017-07-14s390x/css: update css_adapter_interruptYi Min Zhao
2017-07-14s390x: add flags field for registering I/O adapterFei Li
2017-07-14qdev: Add const qualifier to PropertyInfo definitionsFam Zheng
2017-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy
2017-05-25memory: tune last param of iommu_ops.translate()Peter Xu
2017-05-17s390-pcibus: No need to set user_creatable=false explicitlyEduardo Habkost
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost