summaryrefslogtreecommitdiff
path: root/hw/s390x/s390-pci-inst.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-2/+2
2016-07-11s390x/pci: replace fid with idx in msg data of msixYi Min Zhao1-1/+2
2016-07-11s390x/pci: fix stpcifc_service_callYi Min Zhao1-1/+9
2016-07-11s390x/pci: refactor list_pciYi Min Zhao1-26/+24
2016-07-11s390x/pci: add checkings in CLP_SET_PCI_FNYi Min Zhao1-0/+21
2016-07-11s390x/pci: enable uid-checkingYi Min Zhao1-4/+3
2016-07-11s390x/pci: enforce zPCI state checkingYi Min Zhao1-30/+138
2016-07-11s390x/pci: unify FH_ macrosYi Min Zhao1-9/+9
2016-07-11s390x/pci: write fid in CLP_QUERY_PCI_FNYi Min Zhao1-0/+1
2016-05-17s390x/pci: enhance mpcifc_service_callYi Min Zhao1-7/+46
2016-05-17s390x/pci: export pci_dereg_ioat and pci_dereg_irqsYi Min Zhao1-5/+5
2016-05-17s390x/pci: separate s390_pcihost_iommu_configure functionYi Min Zhao1-3/+2
2016-05-17s390x/pci: fix reg_irqs()Yi Min Zhao1-2/+15
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-01s390x/pci: fix reg/dereg irq functionsYi Min Zhao1-12/+11
2016-01-29s390: Clean up includesPeter Maydell1-0/+1
2016-01-13s390x/pci: return real state during listing PCIYi Min Zhao1-1/+2
2016-01-13s390x/pci: code cleanupYi Min Zhao1-3/+3
2016-01-13s390x/pci: reject some operations to disabled PCI functionYi Min Zhao1-6/+5
2015-12-01s390x/pci: fix up IOMMU sizeYi Min Zhao1-1/+6
2015-04-30s390x/kvm: Support access register mode for KVM_S390_MEM_OP ioctlAlexander Yarygin1-10/+11
2015-04-26memory: Replace io_mem_read/write with memory_region_dispatch_read/writePeter Maydell1-3/+7
2015-02-18s390x/pci: Rework memory access in zpci instructionFrank Blaschka1-9/+28
2015-02-03s390x/pci: fix dma notifications in rpcit instructionYi Min Zhao1-8/+12
2015-02-03s390x/pci: avoid sign extension in stpcifcFrank Blaschka1-4/+4
2015-01-12s390: implement pci instructionsFrank Blaschka1-0/+811