aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x/s390-pci-bus.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-30s390x: chsc nt2 events are pci-onlyCornelia Huck1-2/+2
2017-07-14Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s...Peter Maydell1-2/+3
2017-07-14s390x/css: update css_adapter_interruptYi Min Zhao1-1/+1
2017-07-14s390x: add flags field for registering I/O adapterFei Li1-1/+2
2017-07-14qdev: Add const qualifier to PropertyInfo definitionsFam Zheng1-1/+1
2017-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy1-6/+17
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy1-3/+3
2017-05-25memory: tune last param of iommu_ops.translate()Peter Xu1-1/+1
2017-05-17s390-pcibus: No need to set user_creatable=false explicitlyEduardo Habkost1-1/+0
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
2017-04-21s390x: register I/O adapters per ISC during initFei Li1-0/+3
2017-04-21s390x/pci: make printf always compile in debug outputDanil Antonov1-7/+9
2017-01-20s390x/pci: merge msix init functionsYi Min Zhao1-12/+10
2017-01-20s390x/pci: handle PCIBridge bus numberPierre Morel1-0/+52