qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for 4.2 v1 00/19] testing/next before softfreeze
@ 2019-10-22 19:16 Alex Bennée
  2019-10-22 19:16 ` [PATCH v1 01/19] travis.yml: reduce scope of the --enable-debug build Alex Bennée
                   ` (20 more replies)
  0 siblings, 21 replies; 34+ messages in thread
From: Alex Bennée @ 2019-10-22 19:16 UTC (permalink / raw)
  To: qemu-devel
  Cc: fam, berrange, stefanb, Alex Bennée, richard.henderson,
	f4bug, cota, stefanha, marcandre.lureau, pbonzini, aurelien

Hi,

This is the current status of testing/next. I dropped the Travis arm64
build due to stability concerns. As far as I can tell Thomas' latest
iotest updates are working fine. If there are any other patches worth
considering before the softfreeze now is the time to shout.

Alex Bennée (5):
  travis.yml: reduce scope of the --enable-debug build
  cirrus.yml: reduce scope of MacOS build
  travis.yml: bump Xcode 10 to latest dot release
  cirrus.yml: add latest Xcode build target
  travis.yml: cache the clang sanitizer build

Eduardo Habkost (2):
  tests/vm: Let subclasses disable IPv6
  tests/vm/netbsd: Disable IPv6

Gerd Hoffmann (1):
  tests/vm: netbsd autoinstall, using serial console

John Snow (1):
  iotests: remove 'linux' from default supported platforms

Philippe Mathieu-Daudé (1):
  travis.yml: Test the release tarball

Thomas Huth (9):
  travis.yml: Add libvdeplug-dev to compile-test net/vde.c
  travis.yml: Use libsdl2 instead of libsdl1.2, and install
    libsdl2-image
  travis.yml: Use newer version of libgnutls and libpng
  travis.yml: Fix the ccache lines
  iotests: Test 041 only works on certain systems
  iotests: Test 183 does not work on macOS and OpenBSD
  iotests: Skip "make check-block" if QEMU does not support virtio-blk
  iotests: Enable more tests in the 'auto' group to improve test
    coverage
  iotests: Remove 130 from the "auto" group

 .cirrus.yml                   |  14 ++-
 .travis.yml                   |  46 ++++++--
 tests/check-block.sh          |  16 ++-
 tests/qemu-iotests/041        |   3 +-
 tests/qemu-iotests/183        |   1 +
 tests/qemu-iotests/group      |  18 ++--
 tests/qemu-iotests/iotests.py |  16 ++-
 tests/vm/basevm.py            |  15 ++-
 tests/vm/netbsd               | 195 ++++++++++++++++++++++++++++++++--
 9 files changed, 285 insertions(+), 39 deletions(-)

-- 
2.20.1



^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2019-10-24 12:07 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-22 19:16 [PATCH for 4.2 v1 00/19] testing/next before softfreeze Alex Bennée
2019-10-22 19:16 ` [PATCH v1 01/19] travis.yml: reduce scope of the --enable-debug build Alex Bennée
2019-10-22 19:16 ` [PATCH v1 02/19] travis.yml: Add libvdeplug-dev to compile-test net/vde.c Alex Bennée
2019-10-22 19:16 ` [PATCH v1 03/19] travis.yml: Use libsdl2 instead of libsdl1.2, and install libsdl2-image Alex Bennée
2019-10-22 19:16 ` [PATCH v1 04/19] travis.yml: Use newer version of libgnutls and libpng Alex Bennée
2019-10-22 19:16 ` [PATCH v1 05/19] travis.yml: Fix the ccache lines Alex Bennée
2019-10-23 11:27   ` Philippe Mathieu-Daudé
2019-10-22 19:16 ` [PATCH v1 06/19] travis.yml: Test the release tarball Alex Bennée
2019-10-22 19:16 ` [PATCH v1 07/19] cirrus.yml: reduce scope of MacOS build Alex Bennée
2019-10-23  7:27   ` Thomas Huth
2019-10-23 10:07     ` Alex Bennée
2019-10-24  8:52       ` Alex Bennée
2019-10-24  9:02   ` Peter Maydell
2019-10-24  9:16     ` Paolo Bonzini
2019-10-24 10:54     ` Alex Bennée
2019-10-22 19:16 ` [PATCH v1 08/19] travis.yml: bump Xcode 10 to latest dot release Alex Bennée
2019-10-23 11:31   ` Philippe Mathieu-Daudé
2019-10-22 19:16 ` [PATCH v1 09/19] cirrus.yml: add latest Xcode build target Alex Bennée
2019-10-22 19:16 ` [PATCH v1 10/19] tests/vm: netbsd autoinstall, using serial console Alex Bennée
2019-10-22 19:16 ` [PATCH v1 11/19] tests/vm: Let subclasses disable IPv6 Alex Bennée
2019-10-22 19:16 ` [PATCH v1 12/19] tests/vm/netbsd: Disable IPv6 Alex Bennée
2019-10-22 19:16 ` [PATCH v1 13/19] travis.yml: cache the clang sanitizer build Alex Bennée
2019-10-23 12:14   ` Philippe Mathieu-Daudé
2019-10-22 19:16 ` [PATCH v1 14/19] iotests: remove 'linux' from default supported platforms Alex Bennée
2019-10-22 19:17 ` [PATCH v1 15/19] iotests: Test 041 only works on certain systems Alex Bennée
2019-10-23 12:15   ` Philippe Mathieu-Daudé
2019-10-22 19:17 ` [PATCH v1 16/19] iotests: Test 183 does not work on macOS and OpenBSD Alex Bennée
2019-10-23 12:17   ` Philippe Mathieu-Daudé
2019-10-22 19:17 ` [PATCH v1 17/19] iotests: Skip "make check-block" if QEMU does not support virtio-blk Alex Bennée
2019-10-22 19:17 ` [PATCH v1 18/19] iotests: Enable more tests in the 'auto' group to improve test coverage Alex Bennée
2019-10-22 19:17 ` [PATCH v1 19/19] iotests: Remove 130 from the "auto" group Alex Bennée
2019-10-22 21:17 ` [PATCH for 4.2 v1 00/19] testing/next before softfreeze Alex Bennée
2019-10-23  7:20 ` Thomas Huth
2019-10-23 10:19   ` Alex Bennée

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).