The following changes since commit 57b6f8d07f1478375f85a4593a207e936c63ff59:
Merge tag 'pull-target-arm-20250506' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2025-05-07 14:28:20 -0400) are available in the Git repository at: https://gitlab.com/stefanha/qemu.git tags/block-pull-request for you to fetch changes up to 624379be3a8136db420ec3a3fee36fe91e9f789e: block/nvme: Use host PCI MMIO API (2025-05-08 10:21:10 -0400) ---------------------------------------------------------------- Pull request Farhan Ali's s390x host PCI support for the block/nvme.c driver. ---------------------------------------------------------------- Farhan Ali (3): util: Add functions for s390x mmio read/write include: Add a header to define host PCI MMIO functions block/nvme: Use host PCI MMIO API include/qemu/host-pci-mmio.h | 136 +++++++++++++++++++++++++++++++ include/qemu/s390x_pci_mmio.h | 24 ++++++ block/nvme.c | 41 +++++----- util/s390x_pci_mmio.c | 146 ++++++++++++++++++++++++++++++++++ util/meson.build | 2 + 5 files changed, 331 insertions(+), 18 deletions(-) create mode 100644 include/qemu/host-pci-mmio.h create mode 100644 include/qemu/s390x_pci_mmio.h create mode 100644 util/s390x_pci_mmio.c -- 2.49.0