mbox

[PULL,for,7.1,0/6] testing and doc updates

Message ID 20220823152558.301624-1-alex.bennee@linaro.org
State New
Headers show

Pull-request

https://github.com/stsquad/qemu.git tags/pull-for-7.1-fixes-230822-1

Message

Alex Bennée Aug. 23, 2022, 3:25 p.m. UTC
The following changes since commit ba58ccbef60338d0b7334c714589a6423a3e7f91:

  Merge tag 'for-7.1-hppa' of https://github.com/hdeller/qemu-hppa into staging (2022-08-19 09:35:29 -0700)

are available in the Git repository at:

  https://github.com/stsquad/qemu.git tags/pull-for-7.1-fixes-230822-1

for you to fetch changes up to 876ed1c1d373a9eb41352165aae3806215e30b1a:

  qemu-options: try and clarify preferred block semantics (2022-08-23 16:21:43 +0100)

----------------------------------------------------------------
Testing and doc updates:

  - default timeout for all QemuBaseTests is 120s
  - optimise migration tests to run faster
  - removed duplicate migration test
  - add some clarifying language to block options in manual

----------------------------------------------------------------
Alex Bennée (2):
      tests/avocado: push default timeout to QemuBaseTest
      qemu-options: try and clarify preferred block semantics

Thomas Huth (4):
      tests/qtest/migration-test: Only wait for serial output where migration succeeds
      tests/migration/aarch64: Speed up the aarch64 migration test
      tests/migration/i386: Speed up the i386 migration test (when using TCG)
      tests/qtest/migration-test: Remove duplicated test_postcopy from the test plan

 tests/migration/aarch64/a-b-kernel.h   | 10 +++++-----
 tests/migration/i386/a-b-bootblock.h   | 12 ++++++------
 tests/qtest/migration-test.c           |  5 +++--
 qemu-options.hx                        | 13 +++++++++++++
 tests/avocado/avocado_qemu/__init__.py |  5 ++++-
 tests/migration/aarch64/a-b-kernel.S   |  3 +--
 tests/migration/i386/a-b-bootblock.S   |  1 +
 7 files changed, 33 insertions(+), 16 deletions(-)