summaryrefslogtreecommitdiff
path: root/hw/s390x/s390-pci-bus.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin1-1/+1
2016-03-01s390x/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entriesWei Yang1-1/+1
2016-01-29s390: Clean up includesPeter Maydell1-0/+1
2016-01-13s390x/pci: reject some operations to disabled PCI functionYi Min Zhao1-1/+5
2016-01-11hw/s390x: Remove superfluous return statementsThomas Huth1-4/+0
2015-12-01s390x/pci: fix up IOMMU sizeYi Min Zhao1-4/+22
2015-11-11s390x/pci : fix up s390 pci iommu translation functionYi Min Zhao1-2/+6
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell1-3/+6
2015-03-16s390x/pci: fix length in sei_nt2 eventFrank Blaschka1-0/+1
2015-02-03s390x/pci: check for invalid function handleFrank Blaschka1-1/+1
2015-02-03s390: Plug memory leak on s390_pci_generate_event() error pathMarkus Armbruster1-1/+2
2015-01-12s390: Add PCI bus supportFrank Blaschka1-0/+591