mbox

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

Message ID 20221117091006.525072-1-thuth@redhat.com
State New
Headers show

Pull-request

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

Message

Thomas Huth Nov. 17, 2022, 9:10 a.m. UTC
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%)

Comments

Stefan Hajnoczi Nov. 17, 2022, 8:07 p.m. UTC | #1
Applied, thanks.

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