mbox series

[PULL,v2,for,5.0,00/12] testing updates (+ one mttcg change)

Message ID 20200327181320.23329-1-alex.bennee@linaro.org
Headers show
Series testing updates (+ one mttcg change) | expand

Message

Alex Bennée March 27, 2020, 6:13 p.m. UTC
The following changes since commit cfe68ae025f704f336d7dd3d1903ce37b445831d:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-request' into staging (2020-03-26 20:55:54 +0000)

are available in the Git repository at:

  https://github.com/stsquad/qemu.git tags/pull-testing-270320-2

for you to fetch changes up to 41e1f0e2256e4c21bc5671ecb64191e776477c35:

  .travis.yml: Add a KVM-only s390x job (2020-03-27 13:43:20 +0000)

----------------------------------------------------------------
Testing updates:

  - docker updates (various dependencies)
  - travis updates (s390x KVM build)
  - tweak qemu/atomic.h headers in event of clash
  - test/vm updates (NetBSD -> 9.0, FreeBSD -> 12.1)
  - disable MTTCG for mips64/mips64el

----------------------------------------------------------------
Alex Bennée (3):
      qemu/atomic.h: add #ifdef guards for stdatomic.h
      tests/vm: fix basevm config
      configure: disable MTTCG for MIPS guests

Gerd Hoffmann (4):
      tests/vm: write raw console log
      tests/vm: move vga setup
      tests/vm: update FreeBSD to 12.1
      tests/vm: update NetBSD to 9.0

Philippe Mathieu-Daudé (5):
      tests/docker: Keep package list sorted
      tests/docker: Install gcrypt devel package in Debian image
      tests/docker: Use Python3 PyYAML in the Fedora image
      tests/docker: Add libepoxy and libudev packages to the Fedora image
      .travis.yml: Add a KVM-only s390x job

 configure                                    |  2 +-
 include/qemu/atomic.h                        |  6 ++++
 .travis.yml                                  | 42 ++++++++++++++++++++++++++++
 tests/docker/dockerfiles/centos7.docker      |  6 ++--
 tests/docker/dockerfiles/debian-amd64.docker |  1 +
 tests/docker/dockerfiles/fedora.docker       | 10 +++++--
 tests/vm/basevm.py                           | 23 +++++++++------
 tests/vm/fedora                              |  1 +
 tests/vm/freebsd                             |  5 ++--
 tests/vm/netbsd                              | 24 +++++-----------
 tests/vm/openbsd                             |  1 +
 tests/vm/ubuntu.i386                         |  5 +++-
 12 files changed, 91 insertions(+), 35 deletions(-)

-- 
2.20.1

Comments

Peter Maydell March 27, 2020, 7:18 p.m. UTC | #1
On Fri, 27 Mar 2020 at 18:13, Alex Bennée <alex.bennee@linaro.org> wrote:
>

> The following changes since commit cfe68ae025f704f336d7dd3d1903ce37b445831d:

>

>   Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-request' into staging (2020-03-26 20:55:54 +0000)

>

> are available in the Git repository at:

>

>   https://github.com/stsquad/qemu.git tags/pull-testing-270320-2

>

> for you to fetch changes up to 41e1f0e2256e4c21bc5671ecb64191e776477c35:

>

>   .travis.yml: Add a KVM-only s390x job (2020-03-27 13:43:20 +0000)

>

> ----------------------------------------------------------------

> Testing updates:

>

>   - docker updates (various dependencies)

>   - travis updates (s390x KVM build)

>   - tweak qemu/atomic.h headers in event of clash

>   - test/vm updates (NetBSD -> 9.0, FreeBSD -> 12.1)

>   - disable MTTCG for mips64/mips64el

>



Applied, thanks.

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

-- PMM