summaryrefslogtreecommitdiffstats
path: root/hw/s390x/s390-pci-bus.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20161031' into stagingPeter Maydell2016-10-311-3/+1Star
|\
| * s390x/pci: use generic interface to inject interruptYi Min Zhao2016-10-311-3/+1Star
* | s390: avoid always-true comparison in s390_pci_generate_fid()Peter Maydell2016-10-281-8/+2Star
|/
* s390x/pci: code cleanupYi Min Zhao2016-09-281-11/+0Star
* s390x/pci: assign msix io region for each pci deviceYi Min Zhao2016-09-281-11/+26
* s390x/pci: assert zpci always existingYi Min Zhao2016-09-051-5/+1Star
* s390x/pci: return directly if create zpci failedYi Min Zhao2016-09-051-0/+1
* s390x/pci: fix null pointer bugYi Min Zhao2016-08-081-1/+1
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-3/+3
* s390x/pci: make hot-unplug handler smootherYi Min Zhao2016-07-111-1/+34
* s390x/pci: replace fid with idx in msg data of msixYi Min Zhao2016-07-111-4/+4
* s390x/pci: refactor list_pciYi Min Zhao2016-07-111-0/+20
* s390x/pci: refactor s390_pci_find_dev_by_idxYi Min Zhao2016-07-111-20/+1Star
* s390x/pci: enable zpci hot-plug/hot-unplugYi Min Zhao2016-07-111-46/+73
* s390x/pci: introduce S390PCIBusDevice qdevYi Min Zhao2016-07-111-7/+250
* s390x/pci: introduce S390PCIIOMMUYi Min Zhao2016-07-111-8/+11
* s390x/pci: introduce S390PCIBusYi Min Zhao2016-07-111-0/+10
* s390x/pci: enforce zPCI state checkingYi Min Zhao2016-07-111-49/+55
* s390x/pci: refactor s390_pci_find_dev_by_fhYi Min Zhao2016-07-111-11/+4Star
* s390x/pci: unify FH_ macrosYi Min Zhao2016-07-111-3/+3
* s390x/pci: acceleration for getting S390pciStateYi Min Zhao2016-07-111-33/+20Star
* s390x/pci: fix failures of dma map/unmapYi Min Zhao2016-07-111-4/+2Star
* s390x/pci: add length checking for pci sclp handlersYi Min Zhao2016-05-171-2/+12
* s390x/pci: fix s390_pci_sclp_deconfigureYi Min Zhao2016-05-171-0/+7
* s390x/pci: introduce S390PCIBusDevice.iommu_enabledYi Min Zhao2016-05-171-5/+4Star
* s390x/pci: separate s390_pcihost_iommu_configure functionYi Min Zhao2016-05-171-9/+12
* s390x/pci: separate s390_sclp_configure functionYi Min Zhao2016-05-171-5/+25
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* msi_supported -> msi_nonbrokenMichael S. Tsirkin2016-03-111-1/+1
* s390x/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entriesWei Yang2016-03-011-1/+1
* s390: Clean up includesPeter Maydell2016-01-291-0/+1
* s390x/pci: reject some operations to disabled PCI functionYi Min Zhao2016-01-131-1/+5
* hw/s390x: Remove superfluous return statementsThomas Huth2016-01-111-4/+0Star
* s390x/pci: fix up IOMMU sizeYi Min Zhao2015-12-011-4/+22
* s390x/pci : fix up s390 pci iommu translation functionYi Min Zhao2015-11-111-2/+6
* Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell2015-04-261-3/+6
* s390x/pci: fix length in sei_nt2 eventFrank Blaschka2015-03-161-0/+1
* s390x/pci: check for invalid function handleFrank Blaschka2015-02-031-1/+1
* s390: Plug memory leak on s390_pci_generate_event() error pathMarkus Armbruster2015-02-031-1/+2
* s390: Add PCI bus supportFrank Blaschka2015-01-121-0/+591