Hi Richard, hi Peter! The following changes since commit 9a99f964b152f8095949bbddca7841744ad418da:
Update version for v7.1.0-rc4 release (2022-08-24 19:27:56 -0700) are available in the Git repository at: https://gitlab.com/thuth/qemu.git tags/s390x-pull-request-2022-08-30 for you to fetch changes up to 90d994619383c2665cf4f4712872c43ad2728bec: util/mmap-alloc: Remove qemu_mempath_getpagesize() (2022-08-26 13:34:21 +0200) ---------------------------------------------------------------- * Compat machine types for QEMU 7.2 * Add feature bit for the "processor-activity-instrumentation extension" * Fix emulation of CLFIT and CLGIT instructions * Fix hugepages support on s390x with the memfd memory-backend ---------------------------------------------------------------- Christian Borntraeger (1): s390x/cpumodel: add stfl197 processor-activity-instrumentation extension 1 Cornelia Huck (1): hw: Add compat machines for 7.2 Ilya Leoshkevich (1): target/s390x: Fix CLFIT and CLGIT immediate size Thomas Huth (3): backends/hostmem: Fix support of memory-backend-memfd in qemu_maxrampagesize() softmmu/physmem: Remove the ifdef __linux__ around the pagesize functions util/mmap-alloc: Remove qemu_mempath_getpagesize() include/hw/boards.h | 3 +++ include/hw/i386/pc.h | 3 +++ include/qemu/mmap-alloc.h | 2 -- target/s390x/cpu_features_def.h.inc | 1 + backends/hostmem.c | 14 ++------------ hw/arm/virt.c | 9 ++++++++- hw/core/machine.c | 3 +++ hw/i386/pc.c | 3 +++ hw/i386/pc_piix.c | 14 +++++++++++++- hw/i386/pc_q35.c | 13 ++++++++++++- hw/m68k/virt.c | 9 ++++++++- hw/ppc/spapr.c | 15 +++++++++++++-- hw/s390x/s390-virtio-ccw.c | 15 ++++++++++++++- softmmu/physmem.c | 17 ----------------- target/s390x/gen-features.c | 2 ++ util/mmap-alloc.c | 31 ------------------------------- target/s390x/tcg/insn-data.def | 4 ++-- 17 files changed, 87 insertions(+), 71 deletions(-)