aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x/s390-pci-inst.c
AgeCommit message (Expand)Author
2023-08-23s390x: Convert DPRINTF to trace eventsCédric Le Goater
2023-01-09Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2023-01-09exec/memory: Expose memory_region_access_valid()Philippe Mathieu-Daudé
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
2022-12-16hw/s390x/s390-pci-inst.c: Use device_cold_reset() to reset PCI devicesPeter Maydell
2022-12-15s390x/pci: coalesce unmap operationsMatthew Rosato
2022-11-06s390x/pci: RPCIT second pass when mappings exhaustedMatthew Rosato
2022-09-26s390x/pci: enable adapter event notification for interpreted devicesMatthew Rosato
2022-09-26s390x/pci: enable for load/store interpretationMatthew Rosato
2021-12-17s390x/pci: add supported DT information to clp responseMatthew Rosato
2021-12-17s390x/pci: use the passthrough measurement update intervalMatthew Rosato
2021-12-17s390x/pci: don't use hard-coded dma range in reg_ioatMatthew Rosato
2021-09-06s390x: Replace PAGE_SIZE, PAGE_SHIFT and PAGE_MASKThomas Huth
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-03-04s390x/pci: restore missing Query PCI Function CLP dataMatthew Rosato
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-12-21s390x/pci: Fix memory_region_access_valid callMatthew Rosato
2020-12-21s390x/pci: fix pcistb lengthMatthew Rosato
2020-12-08memory: Add IOMMUTLBEventEugenio Pérez
2020-11-18s390x/pci: fix endianness issuesCornelia Huck
2020-11-01s390x/pci: use a PCI Function structurePierre Morel
2020-11-01s390x/pci: use a PCI Group structurePierre Morel
2020-11-01s390x/pci: Honor DMA limits set by vfioMatthew Rosato
2020-11-01s390x/pci: Move header files to include/hw/s390xMatthew Rosato
2020-01-30add device_legacy_reset function to prepare for reset api changeDamien Hedde
2019-10-09target/s390x: Remove ilen parameter from s390_program_interruptRichard Henderson
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen
2019-09-03hw/s390x: Hard code size with MO_{8|16|32|64}Tony Nguyen
2019-09-03hw/s390x: Access MemoryRegion with MemOpTony Nguyen
2019-07-18s390x/pci: add some fallthrough annotationsCornelia Huck
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-01-18s390x/pci: add common function measurement blockYi Min Zhao
2018-06-15iommu: Add IOMMU index argument to notifier APIsPeter Maydell
2018-05-31Make memory_region_access_valid() take a MemTxAttrs argumentPeter Maydell
2018-04-30s390x/kvm: cleanup calls to cpu_synchronize_state()David Hildenbrand
2018-02-09s390x/pci: use the right pal and pba in reg_ioat()Yi Min Zhao
2018-02-09s390x/pci: fixup global refreshYi Min Zhao
2018-02-09s390x/pci: fixup the code walking IOMMU tablesYi Min Zhao
2017-12-14s390x/pci: search for subregion inside the BARsPierre Morel
2017-12-14s390x/pci: move the memory region write from pcistgPierre Morel
2017-12-14s390x/pci: move the memory region read from pcilgPierre Morel
2017-12-14s390x/pci: rework PCI STORE BLOCKPierre Morel
2017-12-14s390x/pci: rework PCI LOADPierre Morel
2017-12-14s390x/pci: rework PCI STOREPierre Morel
2017-12-14s390x/pci: factor out endianess conversionPierre Morel
2017-12-14s390x: handle exceptions during s390_cpu_virt_mem_rw() correctly (TCG)David Hildenbrand
2017-12-14s390x/pci: pass the retaddr to all PCI instructionsDavid Hildenbrand
2017-09-19s390x/pci: remove idx from msix msg dataYi Min Zhao
2017-08-30s390x/pci: fixup trap_msix()Yi Min Zhao
2017-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy