[PULL 0/7] s390x, tests and misc patches

Thomas Huth posted 7 patches 2 years, 2 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220307182609.94466-1-thuth@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Eduardo Habkost <eduardo@habkost.net>, Cleber Rosa <crosa@redhat.com>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Thomas Huth <thuth@redhat.com>, Cornelia Huck <cohuck@redhat.com>
MAINTAINERS                            |  3 ++-
softmmu/qdev-monitor.c                 |  7 +++++++
tests/avocado/avocado_qemu/__init__.py |  2 ++
tests/tcg/s390x/exrl-trt.c             |  8 +++-----
tests/tcg/s390x/exrl-trtr.c            |  8 +++-----
tests/tcg/s390x/mie3-mvcrl.c           | 10 ++++++----
tests/tcg/s390x/mie3-sel.c             | 35 +++++++++++++++-------------------
tests/tcg/s390x/mvc.c                  |  4 ++--
tests/tcg/s390x/mvo.c                  |  4 ++--
tests/tcg/s390x/pack.c                 |  2 +-
tests/vm/haiku.x86_64                  |  8 ++++----
11 files changed, 47 insertions(+), 44 deletions(-)
[PULL 0/7] s390x, tests and misc patches
Posted by Thomas Huth 2 years, 2 months ago
 Hi Peter!

The following changes since commit 9d662a6b22a0838a85c5432385f35db2488a33a5:

  Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220305' into staging (2022-03-05 18:03:15 +0000)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2022-03-07

for you to fetch changes up to 818e1636080768749dc826acd4825e71828ec7e6:

  Check and report for incomplete 'global' option format (2022-03-07 19:00:05 +0100)

----------------------------------------------------------------
* Fixes for s390x TCG tests
* Update Haiku VM to a usable level
* Some other miscellaneous small fixes

----------------------------------------------------------------
David Miller (1):
      tests/tcg/s390x: Cleanup of mie3 tests.

Rohit Kumar (1):
      Check and report for incomplete 'global' option format

Thomas Huth (5):
      tests/tcg/s390x: Fix mvc, mvo and pack tests with Clang
      tests/tcg/s390x: Fix the exrl-trt* tests with Clang
      MAINTAINERS: Update the files in the FreeBSD section
      tests/avocado: Cancel BootLinux tests in case there is no free port
      tests/vm: Update haiku test vm to R1/Beta3

 MAINTAINERS                            |  3 ++-
 softmmu/qdev-monitor.c                 |  7 +++++++
 tests/avocado/avocado_qemu/__init__.py |  2 ++
 tests/tcg/s390x/exrl-trt.c             |  8 +++-----
 tests/tcg/s390x/exrl-trtr.c            |  8 +++-----
 tests/tcg/s390x/mie3-mvcrl.c           | 10 ++++++----
 tests/tcg/s390x/mie3-sel.c             | 35 +++++++++++++++-------------------
 tests/tcg/s390x/mvc.c                  |  4 ++--
 tests/tcg/s390x/mvo.c                  |  4 ++--
 tests/tcg/s390x/pack.c                 |  2 +-
 tests/vm/haiku.x86_64                  |  8 ++++----
 11 files changed, 47 insertions(+), 44 deletions(-)
Re: [PULL 0/7] s390x, tests and misc patches
Posted by Peter Maydell 2 years, 1 month ago
On Mon, 7 Mar 2022 at 18:26, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi Peter!
>
> The following changes since commit 9d662a6b22a0838a85c5432385f35db2488a33a5:
>
>   Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220305' into staging (2022-03-05 18:03:15 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/thuth/qemu.git tags/pull-request-2022-03-07
>
> for you to fetch changes up to 818e1636080768749dc826acd4825e71828ec7e6:
>
>   Check and report for incomplete 'global' option format (2022-03-07 19:00:05 +0100)
>
> ----------------------------------------------------------------
> * Fixes for s390x TCG tests
> * Update Haiku VM to a usable level
> * Some other miscellaneous small fixes


Applied, thanks.

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

-- PMM