[PULL 0/6] First s390x updates for QEMU 7.2

Thomas Huth posted 6 patches 3 years, 5 months ago
Failed in applying to current master (apply log)
Maintainers: David Hildenbrand <david@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Yanan Wang <wangyanan55@huawei.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, "Michael S. Tsirkin" <mst@redhat.com>, Laurent Vivier <laurent@vivier.eu>, "Cédric Le Goater" <clg@kaod.org>, Daniel Henrique Barboza <danielhb413@gmail.com>, David Gibson <david@gibson.dropbear.id.au>, Greg Kurz <groug@kaod.org>, Cornelia Huck <cohuck@redhat.com>, Thomas Huth <thuth@redhat.com>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Peter Xu <peterx@redhat.com>
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
Posted by Thomas Huth 3 years, 5 months ago
 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(-)
Re: [PULL 0/6] First s390x updates for QEMU 7.2
Posted by Stefan Hajnoczi 3 years, 5 months ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.2 for any user-visible changes.