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

Alex Bennée posted 6 patches 1 year, 8 months ago
Only 0 patches received!
There is a newer version of this series
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(-)
[PULL v2 for 7.1 0/6] testing and doc updates
Posted by Alex Bennée 1 year, 8 months ago
The following changes since commit a8cc5842b5cb863e46a2d009151c6ccbdecadaba:

  Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into staging (2022-08-23 10:37:21 -0700)

are available in the Git repository at:

  https://github.com/stsquad/qemu.git tags/pull-for-7.1-fixes-240822-3

for you to fetch changes up to 5af2b0f6eace7b368ed5cad9677e3bc995b6a7e3:

  qemu-options: try and clarify preferred block semantics (2022-08-24 10:14:49 +0100)

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

  - move default timeout to QemuBaseTests
  - 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(-)

-- 
2.30.2


Re: [PULL v2 for 7.1 0/6] testing and doc updates
Posted by Richard Henderson 1 year, 8 months ago
On 8/24/22 02:19, Alex Bennée wrote:
> The following changes since commit a8cc5842b5cb863e46a2d009151c6ccbdecadaba:
> 
>    Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into staging (2022-08-23 10:37:21 -0700)
> 
> are available in the Git repository at:
> 
>    https://github.com/stsquad/qemu.git tags/pull-for-7.1-fixes-240822-3
> 
> for you to fetch changes up to 5af2b0f6eace7b368ed5cad9677e3bc995b6a7e3:
> 
>    qemu-options: try and clarify preferred block semantics (2022-08-24 10:14:49 +0100)
> 
> ----------------------------------------------------------------
> Testing and doc updates:
> 
>    - move default timeout to QemuBaseTests
>    - optimise migration tests to run faster
>    - removed duplicate migration test
>    - add some clarifying language to block options in manual

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~


> 
> ----------------------------------------------------------------
> 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(-)
>