qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Wei Huang <wei@redhat.com>
To: qemu-devel@nongnu.org
Cc: dgilbert@redhat.com, peter.maydell@linaro.org, quintela@redhat.com
Subject: [Qemu-devel] [PATCH V2 0/1] tests: Add migration test for aarch64
Date: Fri,  9 Feb 2018 16:42:41 -0500	[thread overview]
Message-ID: <1518212562-21606-1-git-send-email-wei@redhat.com> (raw)

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

             reply	other threads:[~2018-02-09 21:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-09 21:42 Wei Huang [this message]
2018-02-09 21:42 ` [Qemu-devel] [PATCH V2 1/1] tests: Add migration test for aarch64 Wei Huang
2018-02-12 17:31   ` Andrew Jones
2018-02-14 20:17     ` Wei Huang
2018-02-15  9:23       ` Andrew Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1518212562-21606-1-git-send-email-wei@redhat.com \
    --to=wei@redhat.com \
    --cc=dgilbert@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).