summary refs log tree commit diff stats
path: root/hw/s390x/s390-pci-bus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+1
* s390x/zpci: drop msix.availableDavid Hildenbrand2018-12-121-2/+0
* 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/+5
* s390x/sclp: properly guard pci-specific functionsCornelia Huck2017-08-301-12/+2
* 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/+0
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* s390x: register I/O adapters per ISC during initFei Li2017-04-211-0/+3
* s390x/pci: make printf always compile in debug outputDanil Antonov2017-04-211-7/+9
* s390x/pci: merge msix init functionsYi Min Zhao2017-01-201-12/+10
* s390x/pci: handle PCIBridge bus numberPierre Morel2017-01-201-0/+52
* s390x/pci: use hashtable to look up zpci via fhYi Min Zhao2017-01-201-14/+8
* s390x/pci: PCI multibus bridge handlingPierre Morel2017-01-201-2/+15
* s390x/pci: optimize calling s390_get_phb()Yi Min Zhao2017-01-201-34/+32
* s390x/pci: change the device array to a listPierre Morel2017-01-201-49/+51
* s390x/pci: dynamically allocate iommuYi Min Zhao2017-01-201-14/+58
* s390x/pci: make S390PCIIOMMU inherit ObjectYi Min Zhao2017-01-201-21/+31
* Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20161031' into stagingPeter Maydell2016-10-311-3/+1
|\
| * s390x/pci: use generic interface to inject interruptYi Min Zhao2016-10-311-3/+1
* | s390: avoid always-true comparison in s390_pci_generate_fid()Peter Maydell2016-10-281-8/+2
|/
* s390x/pci: code cleanupYi Min Zhao2016-09-281-11/+0