[PULL 0/4] Some small s390x and testing fixes

Thomas Huth posted 4 patches 1 year, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221117091006.525072-1-thuth@redhat.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Ani Sinha <ani@anisinha.ca>, Christian Borntraeger <borntraeger@linux.ibm.com>, Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Halil Pasic <pasic@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Matthew Rosato <mjrosato@linux.ibm.com>, Cleber Rosa <crosa@redhat.com>
docs/devel/acpi-bits.rst                           | 12 ++++------
docs/system/s390x/bootdevices.rst                  | 26 ++++++++++++++++++++++
hw/s390x/ipl.h                                     |  2 +-
pc-bios/s390-ccw/cio.h                             |  2 +-
pc-bios/s390-ccw/iplb.h                            |  2 +-
target/s390x/cpu_models.h                          |  4 ++--
hw/s390x/s390-pci-vfio.c                           |  2 +-
hw/s390x/s390-virtio-ccw.c                         |  6 ++---
target/s390x/ioinst.c                              |  2 +-
target/s390x/tcg/excp_helper.c                     |  2 +-
target/s390x/tcg/fpu_helper.c                      |  2 +-
target/s390x/tcg/misc_helper.c                     |  2 +-
target/s390x/tcg/translate.c                       |  4 ++--
target/s390x/tcg/translate_vx.c.inc                |  6 ++---
.gitlab-ci.d/cirrus.yml                            | 12 +++++-----
.../cirrus/{macos-11.vars => macos-12.vars}        | 12 +++++-----
pc-bios/s390-ccw/start.S                           |  2 +-
tests/avocado/acpi-bits.py                         |  3 +++
tests/lcitool/libvirt-ci                           |  2 +-
tests/lcitool/refresh                              |  2 +-
20 files changed, 66 insertions(+), 41 deletions(-)
rename .gitlab-ci.d/cirrus/{macos-11.vars => macos-12.vars} (74%)
[PULL 0/4] Some small s390x and testing fixes
Posted by Thomas Huth 1 year, 5 months ago
 Hi Stefan!

The following changes since commit 2c8311241d1f7377bb4ff76064b1d1fe15166413:

  Update VERSION for v7.2.0-rc1 (2022-11-15 18:56:38 -0500)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2022-11-17

for you to fetch changes up to 1b7a07c4414323d985e89c4e78a4c30cba0e7a85:

  acpi/tests/avocado/bits: some misc fixes (2022-11-17 09:58:22 +0100)

----------------------------------------------------------------
* Add s390x documentation for the "loadparm" machine parameter
* Spelling fixes in the s390x code
* Update the macOS Cirrus-CI job to use aarch64 hosts
* Increase timeout and fix comments in the acpi avacodo test

----------------------------------------------------------------
Ani Sinha (1):
      acpi/tests/avocado/bits: some misc fixes

Daniel P. Berrangé (1):
      ci: replace x86_64 macos-11 with aarch64 macos-12

Thomas Huth (2):
      s390x: Fix spelling errors
      docs/system/s390x: Document the "loadparm" machine property

 docs/devel/acpi-bits.rst                           | 12 ++++------
 docs/system/s390x/bootdevices.rst                  | 26 ++++++++++++++++++++++
 hw/s390x/ipl.h                                     |  2 +-
 pc-bios/s390-ccw/cio.h                             |  2 +-
 pc-bios/s390-ccw/iplb.h                            |  2 +-
 target/s390x/cpu_models.h                          |  4 ++--
 hw/s390x/s390-pci-vfio.c                           |  2 +-
 hw/s390x/s390-virtio-ccw.c                         |  6 ++---
 target/s390x/ioinst.c                              |  2 +-
 target/s390x/tcg/excp_helper.c                     |  2 +-
 target/s390x/tcg/fpu_helper.c                      |  2 +-
 target/s390x/tcg/misc_helper.c                     |  2 +-
 target/s390x/tcg/translate.c                       |  4 ++--
 target/s390x/tcg/translate_vx.c.inc                |  6 ++---
 .gitlab-ci.d/cirrus.yml                            | 12 +++++-----
 .../cirrus/{macos-11.vars => macos-12.vars}        | 12 +++++-----
 pc-bios/s390-ccw/start.S                           |  2 +-
 tests/avocado/acpi-bits.py                         |  3 +++
 tests/lcitool/libvirt-ci                           |  2 +-
 tests/lcitool/refresh                              |  2 +-
 20 files changed, 66 insertions(+), 41 deletions(-)
 rename .gitlab-ci.d/cirrus/{macos-11.vars => macos-12.vars} (74%)


Re: [PULL 0/4] Some small s390x and testing fixes
Posted by Stefan Hajnoczi 1 year, 5 months ago
Applied, thanks.

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