mbox

[PULL,0/5] s390x and test fixes for 8.0-rc0

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

Pull-request

https://gitlab.com/thuth/qemu.git tags/pull-request-2023-03-13

Message

Thomas Huth March 13, 2023, 2:10 p.m. UTC
Hi Peter!

The following changes since commit 29c8a9e31a982874ce4e2c15f2bf82d5f8dc3517:

  Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging (2023-03-12 10:57:00 +0000)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2023-03-13

for you to fetch changes up to 410791228c415c0e4f76e6cafae7c82fae7cb8cb:

  tests/tcg/s390x: Add C(G)HRL test (2023-03-13 09:23:42 +0100)

----------------------------------------------------------------
* One more fix for the migration qtest
* Remove the edk2 gitlab-CI job
* Improve the build-system-alpine CI job
* Fix emulation of the CHRL/CGHRL s390x instructions

----------------------------------------------------------------
Dr. David Alan Gilbert (1):
      tests/migration: Tweek auto converge limits check

Nina Schoetterl-Glausch (2):
      target/s390x: Fix emulation of C(G)HRL
      tests/tcg/s390x: Add C(G)HRL test

Philippe Mathieu-Daudé (1):
      gitlab-ci: Remove job building EDK2 firmware binaries

Thomas Huth (1):
      gitlab-ci.d/buildtest: Rework the target list of build-system-alpine

 MAINTAINERS                      |  2 -
 target/s390x/tcg/insn-data.h.inc |  4 +-
 target/s390x/tcg/translate.c     |  7 ++++
 tests/qtest/migration-test.c     | 19 +++++----
 tests/tcg/s390x/chrl.c           | 80 +++++++++++++++++++++++++++++++++++++
 .gitlab-ci.d/buildtest.yml       |  7 ++--
 .gitlab-ci.d/edk2.yml            | 85 ----------------------------------------
 .gitlab-ci.d/edk2/Dockerfile     | 27 -------------
 .gitlab-ci.d/qemu-project.yml    |  1 -
 tests/tcg/s390x/Makefile.target  |  1 +
 10 files changed, 104 insertions(+), 129 deletions(-)
 create mode 100644 tests/tcg/s390x/chrl.c
 delete mode 100644 .gitlab-ci.d/edk2.yml
 delete mode 100644 .gitlab-ci.d/edk2/Dockerfile

Comments

Peter Maydell March 14, 2023, 10:08 a.m. UTC | #1
On Mon, 13 Mar 2023 at 14:11, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi Peter!
>
> The following changes since commit 29c8a9e31a982874ce4e2c15f2bf82d5f8dc3517:
>
>   Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging (2023-03-12 10:57:00 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/thuth/qemu.git tags/pull-request-2023-03-13
>
> for you to fetch changes up to 410791228c415c0e4f76e6cafae7c82fae7cb8cb:
>
>   tests/tcg/s390x: Add C(G)HRL test (2023-03-13 09:23:42 +0100)
>
> ----------------------------------------------------------------
> * One more fix for the migration qtest
> * Remove the edk2 gitlab-CI job
> * Improve the build-system-alpine CI job
> * Fix emulation of the CHRL/CGHRL s390x instructions
>

Applied, thanks.

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

-- PMM