qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH V3 0/2] tests: Add migration test for aarch64
@ 2018-02-15  6:07 Wei Huang
  2018-02-15  6:07 ` [Qemu-devel] [PATCH V3 1/2] tests/migration: Convert the boot block compilation script into Makefile Wei Huang
  2018-02-15  6:07 ` [Qemu-devel] [PATCH V3 2/2] tests: Add migration test for aarch64 Wei Huang
  0 siblings, 2 replies; 4+ messages in thread
From: Wei Huang @ 2018-02-15  6:07 UTC (permalink / raw)
  To: qemu-devel; +Cc: dgilbert, peter.maydell, quintela, drjones

This is a new version of migration-test for aarch64. This version needs to
be applied on top of Dave Gilbert's recent patch "[v4] tests/migration: Add
source to PC boot block".

V2->V3:
 * Convert build script to Makefile
 * Add cross-compilation support
 * Fix CPU type for "tcg" machine type
 * Revise asm code and the compilation process from asm to header file

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 (2):
  tests/migration: Convert the boot block compilation script into
    Makefile
  tests: Add migration test for aarch64

 tests/Makefile.include                   |  1 +
 tests/migration-test.c                   | 39 ++++++++++++++---
 tests/migration/Makefile                 | 46 ++++++++++++++++++++
 tests/migration/aarch64-a-b-kernel.h     | 19 ++++++++
 tests/migration/aarch64-a-b-kernel.s     | 74 ++++++++++++++++++++++++++++++++
 tests/migration/rebuild-x86-bootblock.sh | 34 ---------------
 tests/migration/x86-a-b-bootblock.h      |  2 +-
 7 files changed, 174 insertions(+), 41 deletions(-)
 create mode 100644 tests/migration/Makefile
 create mode 100644 tests/migration/aarch64-a-b-kernel.h
 create mode 100644 tests/migration/aarch64-a-b-kernel.s
 delete mode 100755 tests/migration/rebuild-x86-bootblock.sh

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-02-15 10:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-15  6:07 [Qemu-devel] [PATCH V3 0/2] tests: Add migration test for aarch64 Wei Huang
2018-02-15  6:07 ` [Qemu-devel] [PATCH V3 1/2] tests/migration: Convert the boot block compilation script into Makefile Wei Huang
2018-02-15  6:07 ` [Qemu-devel] [PATCH V3 2/2] tests: Add migration test for aarch64 Wei Huang
2018-02-15 10:09   ` Andrew Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).