aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x/s390-pci-bus.c
AgeCommit message (Expand)Author
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
2017-04-21s390x: register I/O adapters per ISC during initFei Li
2017-04-21s390x/pci: make printf always compile in debug outputDanil Antonov
2017-01-20s390x/pci: merge msix init functionsYi Min Zhao
2017-01-20s390x/pci: handle PCIBridge bus numberPierre Morel
2017-01-20s390x/pci: use hashtable to look up zpci via fhYi Min Zhao
2017-01-20s390x/pci: PCI multibus bridge handlingPierre Morel
2017-01-20s390x/pci: optimize calling s390_get_phb()Yi Min Zhao
2017-01-20s390x/pci: change the device array to a listPierre Morel
2017-01-20s390x/pci: dynamically allocate iommuYi Min Zhao
2017-01-20s390x/pci: make S390PCIIOMMU inherit ObjectYi Min Zhao
2016-10-31Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20161031' into stagingPeter Maydell
2016-10-31s390x/pci: use generic interface to inject interruptYi Min Zhao
2016-10-28s390: avoid always-true comparison in s390_pci_generate_fid()Peter Maydell
2016-09-28s390x/pci: code cleanupYi Min Zhao
2016-09-28s390x/pci: assign msix io region for each pci deviceYi Min Zhao
2016-09-05s390x/pci: assert zpci always existingYi Min Zhao
2016-09-05s390x/pci: return directly if create zpci failedYi Min Zhao