[PULL 00/10] Migration 20230602 patches

Juan Quintela posted 10 patches 10 months, 3 weeks ago
Failed in applying to current master (apply log)
Maintainers: Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Juan Quintela <quintela@redhat.com>, Peter Xu <peterx@redhat.com>, Leonardo Bras <leobras@redhat.com>
tests/qtest/libqtest.h          | 158 ++++++++++++-
tests/qtest/migration-helpers.h |  16 +-
tests/qtest/libqtest.c          | 121 +++++++++-
tests/qtest/migration-helpers.c | 103 ++-------
tests/qtest/migration-test.c    | 386 ++++++++++++++++++--------------
5 files changed, 505 insertions(+), 279 deletions(-)
[PULL 00/10] Migration 20230602 patches
Posted by Juan Quintela 10 months, 3 weeks ago
The following changes since commit a86d7b9ec0adb2f1efce8ab30d9ed2b72db0236e:

  Merge tag 'migration-20230601-pull-request' of https://gitlab.com/juan.quintela/qemu into staging (2023-06-01 20:59:28 -0700)

are available in the Git repository at:

  https://gitlab.com/juan.quintela/qemu.git tags/migration-20230602-pull-request

for you to fetch changes up to b861383c2690501ff2687f9ef9268b128b0fb3b3:

  qtest/migration: Document live=true cases (2023-06-02 11:46:20 +0200)

----------------------------------------------------------------
Migration Pull request (20230602 vintage)

This PULL request get:
- All migration-test patches except last one (daniel)
- Documentation about live test cases (peter)

Please apply.

----------------------------------------------------------------

Daniel P. Berrangé (9):
  tests/qtest: add various qtest_qmp_assert_success() variants
  tests/qtest: add support for callback to receive QMP events
  tests/qtest: get rid of 'qmp_command' helper in migration test
  tests/qtest: get rid of some 'qtest_qmp' usage in migration test
  tests/qtest: switch to using event callbacks for STOP event
  tests/qtest: replace wait_command() with qtest_qmp_assert_success
  tests/qtest: capture RESUME events during migration
  tests/qtest: distinguish src/dst migration VM stop/resume events
  tests/qtest: make more migration pre-copy scenarios run non-live

Peter Xu (1):
  qtest/migration: Document live=true cases

 tests/qtest/libqtest.h          | 158 ++++++++++++-
 tests/qtest/migration-helpers.h |  16 +-
 tests/qtest/libqtest.c          | 121 +++++++++-
 tests/qtest/migration-helpers.c | 103 ++-------
 tests/qtest/migration-test.c    | 386 ++++++++++++++++++--------------
 5 files changed, 505 insertions(+), 279 deletions(-)

-- 
2.40.1


Re: [PULL 00/10] Migration 20230602 patches
Posted by Richard Henderson 10 months, 3 weeks ago
On 6/2/23 03:49, Juan Quintela wrote:
> The following changes since commit a86d7b9ec0adb2f1efce8ab30d9ed2b72db0236e:
> 
>    Merge tag 'migration-20230601-pull-request' of https://gitlab.com/juan.quintela/qemu into staging (2023-06-01 20:59:28 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/juan.quintela/qemu.git tags/migration-20230602-pull-request
> 
> for you to fetch changes up to b861383c2690501ff2687f9ef9268b128b0fb3b3:
> 
>    qtest/migration: Document live=true cases (2023-06-02 11:46:20 +0200)
> 
> ----------------------------------------------------------------
> Migration Pull request (20230602 vintage)
> 
> This PULL request get:
> - All migration-test patches except last one (daniel)
> - Documentation about live test cases (peter)
> 
> Please apply.

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


r~