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

Thomas Huth posted 5 patches 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230313141057.230810-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>, Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Juan Quintela <quintela@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
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
[PULL 0/5] s390x and test fixes for 8.0-rc0
Posted by Thomas Huth 1 year, 1 month ago
 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


Re: [PULL 0/5] s390x and test fixes for 8.0-rc0
Posted by Peter Maydell 1 year, 1 month ago
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