summaryrefslogtreecommitdiffstats
path: root/hw/s390x/s390-pci-bus.c
Commit message (Expand)AuthorAgeFilesLines
* Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* s390: PCI: fix IOMMU region initMatthew Rosato2019-09-301-1/+6
* 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-1/+1
* qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand2019-03-061-5/+8
* qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth2019-02-171-3/+3
* s390x/pci: Unplug remaining requested devices on pcihost resetDavid Hildenbrand2019-02-051-0/+15
* s390x/pci: Warn when adding PCI devices without the 'zpci' featureDavid Hildenbrand2019-02-051-0/+6
* s390x/pci: Fix hotplugging of PCI bridgesDavid Hildenbrand2019-02-051-9/+19
* s390x/pci: Fix primary bus number for PCI bridgesDavid Hildenbrand2019-02-051-5/+8
* s390x/pci: mark zpci devices as unmigratableCornelia Huck2019-02-041-0/+10
* s390x/pci: Drop release timer and replace it with a flagDavid Hildenbrand2019-02-041-31/+7Star
* s390x/pci: Introduce unplug requests and split unplug handlerDavid Hildenbrand2019-02-041-54/+112
* s390x/pci: add common function measurement blockYi Min Zhao2019-01-181-1/+3
* s390x/pci: Ignore the unplug call if we already have a release_timerDavid Hildenbrand2019-01-181-0/+3
* s390x/pci: Always delete and free the release_timerDavid Hildenbrand2019-01-181-1/+1
* s390x/pci: Move some hotplug checks to the pre_plug handlerDavid Hildenbrand2019-01-181-16/+25
* s390x/pci: Use hotplug_dev instead of looking up the host bridgeDavid Hildenbrand2019-01-181-2/+2
* s390x/pci: Set the iommu region size mpcifc requestPierre Morel2019-01-181-1/+1
* s390x/pci: Send correct event on hotplugDavid Hildenbrand2019-01-181-1/+1
* s390: avoid potential null dereference in s390_pcihost_unplug()Li Qiang2019-01-181-0/+4
* s390x/pci: rename hotplug handler callbacksDavid Hildenbrand2018-12-201-6/+6
* error: Remove NULL checks on error_propagate() callsMarkus Armbruster2018-12-181-3/+1Star
* s390x/zpci: drop msix.availableDavid Hildenbrand2018-12-121-2/+0Star
* s390x/pci: properly fail if the zPCI device cannot be createdDavid Hildenbrand2018-11-131-6/+19
* hw/s390x/s390-pci-bus: Convert sysbus init function to realize functionThomas Huth2018-10-041-13/+21
* iommu: Add IOMMU index argument to translate methodPeter Maydell2018-06-151-1/+1
* s390x/pci: forbid multifunction pci deviceYi Min Zhao2018-03-231-0/+10
* s390x/pci: fixup global refreshYi Min Zhao2018-02-091-7/+17
* s390x/pci: fixup the code walking IOMMU tablesYi Min Zhao2018-02-091-43/+180
* pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2017-12-051-4/+4
* pci: Add pci_dev_bus_num() helperDavid Gibson2017-12-051-1/+1
* pci: Rename root bus initialization functions for clarityDavid Gibson2017-12-051-4/+4
* s390x/pci: let pci devices start in configured modeChristian Borntraeger2017-11-081-1/+1
* S390: use g_new() family of functionsMarc-André Lureau2017-10-201-2/+2
* s390x: sort some devices into categoriesCornelia Huck2017-10-061-0/+1
* s390x/pci: add iommu replay callbackYi Min Zhao2017-09-191-0/+12
* s390x/pci: remove idx from msix msg dataYi Min Zhao2017-09-191-11/+5Star
* s390x/sclp: properly guard pci-specific functionsCornelia Huck2017-08-301-12/+2Star
* s390x: chsc nt2 events are pci-onlyCornelia Huck2017-08-301-2/+2
* Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s...Peter Maydell2017-07-141-2/+3
|\
| * s390x/css: update css_adapter_interruptYi Min Zhao2017-07-141-1/+1
| * s390x: add flags field for registering I/O adapterFei Li2017-07-141-1/+2
* | qdev: Add const qualifier to PropertyInfo definitionsFam Zheng2017-07-141-1/+1
* | memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy2017-07-141-6/+17
* | memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2017-07-141-3/+3
|/
* memory: tune last param of iommu_ops.translate()Peter Xu2017-05-251-1/+1
* s390-pcibus: No need to set user_creatable=false explicitlyEduardo Habkost2017-05-171-1/+0Star
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1