mbox

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

Message ID 20220307182609.94466-1-thuth@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Thomas Huth March 7, 2022, 6:26 p.m. UTC
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(-)

Comments

Peter Maydell March 8, 2022, 7:30 p.m. UTC | #1
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