Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240528004211.564010-1-npiggin@gmail.com
Maintainers: Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Nicholas Piggin <npiggin@gmail.com>, Daniel Henrique Barboza <danielhb413@gmail.com>, David Gibson <david@gibson.dropbear.id.au>, Harsh Prateek Bora <harshpb@linux.ibm.com>
tests/migration/migration-test.h | 1 +
tests/migration/ppc64/a-b-kernel.h | 42 +++++++++++++++
tests/qtest/libqos/libqos-spapr.h | 7 ---
tests/qtest/ppc-util.h | 19 +++++++
tests/qtest/boot-serial-test.c | 2 +-
tests/qtest/migration-test.c | 85 ++++++++++--------------------
tests/qtest/prom-env-test.c | 2 +-
tests/qtest/pxe-test.c | 2 +-
tests/migration/Makefile | 2 +-
tests/migration/ppc64/Makefile | 15 ++++++
tests/migration/ppc64/a-b-kernel.S | 66 +++++++++++++++++++++++
11 files changed, 174 insertions(+), 69 deletions(-)
create mode 100644 tests/migration/ppc64/a-b-kernel.h
create mode 100644 tests/qtest/ppc-util.h
create mode 100644 tests/migration/ppc64/Makefile
create mode 100644 tests/migration/ppc64/a-b-kernel.S