[Qemu-devel] [PATCH V2 0/1] tests: Add migration test for aarch64

Wei Huang posted 1 patch 6 years, 2 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
tests/Makefile.include                    |  1 +
tests/migration-test.c                    | 29 ++++++++++---
tests/migration/aarch64-a-b-kernel.h      | 19 +++++++++
tests/migration/aarch64-a-b-kernel.s      | 67 +++++++++++++++++++++++++++++++
tests/migration/rebuild-aarch64-kernel.sh | 67 +++++++++++++++++++++++++++++++
5 files changed, 177 insertions(+), 6 deletions(-)
create mode 100644 tests/migration/aarch64-a-b-kernel.h
create mode 100644 tests/migration/aarch64-a-b-kernel.s
create mode 100755 tests/migration/rebuild-aarch64-kernel.sh
[Qemu-devel] [PATCH V2 0/1] tests: Add migration test for aarch64
Posted by Wei Huang 6 years, 2 months ago
This is a new version of migration-test for aarch64. This version needs to
be applied on top of Dave Gilbert's recent patch "[v2] tests/migration: Add
source to PC boot block".

V1->V2:
 * Similar to Dave Gilbert's recent changes to migration-test, we
   provide the test source and a build script in V2.
 * aarch64 kernel blob is defined as "unsigned char" because the source
   is now provided in V2.
 * Add "-machine none" to test_deprecated() because aarch64 doesn't have
   a default machine type.

RFC->V1:
 * aarch64 kernel blob is defined as an uint32_t array
 * The test code is re-written to address a data caching issue under KVM.
   Tests passed under both x86 and aarch64.
 * Re-use init_bootfile_x86() for both x86 and aarch64
 * Other minor fixes


Thanks,
-Wei

Wei Huang (1):
  tests: Add migration test for aarch64

 tests/Makefile.include                    |  1 +
 tests/migration-test.c                    | 29 ++++++++++---
 tests/migration/aarch64-a-b-kernel.h      | 19 +++++++++
 tests/migration/aarch64-a-b-kernel.s      | 67 +++++++++++++++++++++++++++++++
 tests/migration/rebuild-aarch64-kernel.sh | 67 +++++++++++++++++++++++++++++++
 5 files changed, 177 insertions(+), 6 deletions(-)
 create mode 100644 tests/migration/aarch64-a-b-kernel.h
 create mode 100644 tests/migration/aarch64-a-b-kernel.s
 create mode 100755 tests/migration/rebuild-aarch64-kernel.sh

-- 
1.8.3.1