summaryrefslogtreecommitdiff
path: root/hw/s390x/s390-pci-inst.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-30s390x/kvm: cleanup calls to cpu_synchronize_state()David Hildenbrand1-8/+0
2018-02-09s390x/pci: use the right pal and pba in reg_ioat()Yi Min Zhao1-0/+2
2018-02-09s390x/pci: fixup global refreshYi Min Zhao1-8/+45
2018-02-09s390x/pci: fixup the code walking IOMMU tablesYi Min Zhao1-35/+29
2017-12-14s390x/pci: search for subregion inside the BARsPierre Morel1-19/+25
2017-12-14s390x/pci: move the memory region write from pcistgPierre Morel1-10/+17
2017-12-14s390x/pci: move the memory region read from pcilgPierre Morel1-4/+11
2017-12-14s390x/pci: rework PCI STORE BLOCKPierre Morel1-24/+39
2017-12-14s390x/pci: rework PCI LOADPierre Morel1-11/+14
2017-12-14s390x/pci: rework PCI STOREPierre Morel1-16/+25
2017-12-14s390x/pci: factor out endianess conversionPierre Morel1-26/+32
2017-12-14s390x: handle exceptions during s390_cpu_virt_mem_rw() correctly (TCG)David Hildenbrand1-0/+7
2017-12-14s390x/pci: pass the retaddr to all PCI instructionsDavid Hildenbrand1-40/+43
2017-09-19s390x/pci: remove idx from msix msg dataYi Min Zhao1-24/+0
2017-08-30s390x/pci: fixup trap_msix()Yi Min Zhao1-2/+2
2017-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy1-1/+4
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy1-4/+4
2017-05-25memory: tune last param of iommu_ops.translate()Peter Xu1-1/+1
2017-04-21s390x: register I/O adapters per ISC during initFei Li1-6/+4
2017-04-21s390x: use enum for adapter type and standardize its namingFei Li1-1/+1
2017-04-21s390x/pci: make printf always compile in debug outputDanil Antonov1-7/+9
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+1
2017-01-20s390x/pci: optimize calling s390_get_phb()Yi Min Zhao1-11/+13
2017-01-20s390x/pci: make S390PCIIOMMU inherit ObjectYi Min Zhao1-24/+26
2017-01-19kvm: move cpu synchronization codeVincent Palatin1-0/+1
2016-10-31s390x/pci: Check memory region dispatching callbacksPierre Morel1-5/+20
2016-09-28s390x/pci: re-arrange variable declarationsPierre Morel1-2/+4
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