[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/6] First s390x updates for QEMU 7.2
From: |
Thomas Huth |
Subject: |
[PULL 0/6] First s390x updates for QEMU 7.2 |
Date: |
Tue, 30 Aug 2022 19:19:41 +0200 |
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(-)
- [PULL 0/6] First s390x updates for QEMU 7.2,
Thomas Huth <=
- [PULL 1/6] hw: Add compat machines for 7.2, Thomas Huth, 2022/08/30
- [PULL 2/6] s390x/cpumodel: add stfl197 processor-activity-instrumentation extension 1, Thomas Huth, 2022/08/30
- [PULL 4/6] backends/hostmem: Fix support of memory-backend-memfd in qemu_maxrampagesize(), Thomas Huth, 2022/08/30
- [PULL 3/6] target/s390x: Fix CLFIT and CLGIT immediate size, Thomas Huth, 2022/08/30
- [PULL 5/6] softmmu/physmem: Remove the ifdef __linux__ around the pagesize functions, Thomas Huth, 2022/08/30
- [PULL 6/6] util/mmap-alloc: Remove qemu_mempath_getpagesize(), Thomas Huth, 2022/08/30
- Re: [PULL 0/6] First s390x updates for QEMU 7.2, Stefan Hajnoczi, 2022/08/31