[PATCH V1 00/11] cpr-exec test

Steve Sistare posted 11 patches 4 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1758291153-349744-1-git-send-email-steven.sistare@oracle.com
Maintainers: Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Peter Xu <peterx@redhat.com>, Steve Sistare <steven.sistare@oracle.com>
tests/qtest/libqtest.h                |  25 +++++++
tests/qtest/migration/bootfile.h      |   1 +
tests/qtest/migration/framework.h     |   8 +++
tests/qtest/migration/migration-qmp.h |   2 +
tests/qtest/libqtest.c                | 108 ++++++++++++++++++++----------
tests/qtest/migration/bootfile.c      |   5 ++
tests/qtest/migration/cpr-tests.c     | 120 ++++++++++++++++++++++++++++++++++
tests/qtest/migration/framework.c     | 102 ++++++++++++++++++-----------
tests/qtest/migration/migration-qmp.c |  16 +++++
9 files changed, 317 insertions(+), 70 deletions(-)
[PATCH V1 00/11] cpr-exec test
Posted by Steve Sistare 4 months, 2 weeks ago
Add a migration test for cpr-exec mode.
Depends on the patch series "Live update: cpr-exec".

Steve Sistare (11):
  tests/qtest: export qtest_qemu_binary
  tests/qtest: qtest_qemu_args
  tests/qtest: qtest_create_test_state
  tests/qtest: qtest_qemu_spawn_func
  tests/qtest: qtest_init_after_exec
  migration-test: only_source option
  migration-test: shm path accessor
  migration-test: misc exports
  migration-test: migrate_args
  migration-test: strv parameter
  migration-test: test cpr-exec

 tests/qtest/libqtest.h                |  25 +++++++
 tests/qtest/migration/bootfile.h      |   1 +
 tests/qtest/migration/framework.h     |   8 +++
 tests/qtest/migration/migration-qmp.h |   2 +
 tests/qtest/libqtest.c                | 108 ++++++++++++++++++++----------
 tests/qtest/migration/bootfile.c      |   5 ++
 tests/qtest/migration/cpr-tests.c     | 120 ++++++++++++++++++++++++++++++++++
 tests/qtest/migration/framework.c     | 102 ++++++++++++++++++-----------
 tests/qtest/migration/migration-qmp.c |  16 +++++
 9 files changed, 317 insertions(+), 70 deletions(-)

-- 
1.8.3.1
Re: [PATCH V1 00/11] cpr-exec test
Posted by Fabiano Rosas 4 months, 1 week ago
Steve Sistare <steven.sistare@oracle.com> writes:

> Add a migration test for cpr-exec mode.
> Depends on the patch series "Live update: cpr-exec".
>
> Steve Sistare (11):
>   tests/qtest: export qtest_qemu_binary
>   tests/qtest: qtest_qemu_args
>   tests/qtest: qtest_create_test_state
>   tests/qtest: qtest_qemu_spawn_func
>   tests/qtest: qtest_init_after_exec
>   migration-test: only_source option
>   migration-test: shm path accessor
>   migration-test: misc exports
>   migration-test: migrate_args
>   migration-test: strv parameter
>   migration-test: test cpr-exec
>
>  tests/qtest/libqtest.h                |  25 +++++++
>  tests/qtest/migration/bootfile.h      |   1 +
>  tests/qtest/migration/framework.h     |   8 +++
>  tests/qtest/migration/migration-qmp.h |   2 +
>  tests/qtest/libqtest.c                | 108 ++++++++++++++++++++----------
>  tests/qtest/migration/bootfile.c      |   5 ++
>  tests/qtest/migration/cpr-tests.c     | 120 ++++++++++++++++++++++++++++++++++
>  tests/qtest/migration/framework.c     | 102 ++++++++++++++++++-----------
>  tests/qtest/migration/migration-qmp.c |  16 +++++
>  9 files changed, 317 insertions(+), 70 deletions(-)

Queued up to patch 10 to qtest-next.