From: Juan Quintela <quintela@redhat.com>
To: Wei Huang <wei@redhat.com>
Cc: qemu-devel@nongnu.org, peter.maydell@linaro.org,
lvivier@redhat.com, drjones@redhat.com, dgilbert@redhat.com
Subject: Re: [Qemu-devel] [PATCH V9 0/4] tests: Add migration test for aarch64
Date: Thu, 06 Sep 2018 10:28:20 +0200 [thread overview]
Message-ID: <87worz3u8r.fsf@trasno.org> (raw)
In-Reply-To: <1536174934-26022-1-git-send-email-wei@redhat.com> (Wei Huang's message of "Wed, 5 Sep 2018 15:15:30 -0400")
Wei Huang <wei@redhat.com> wrote:
> This patchset adds a migration test for aarch64. It leverages
> Dave Gilbert's migration boot block patches to create a new test case
> for aarch64.
>
> V8->V9:
> * Remove accel= setting for AArch64. It uses the default "kvm:tcg" now
> * Revise the header file comment (suggested by drjones)
> * Name x86 directory to i386 instead of x86_64; change Makefile accordingly
> * Remove $(ARCH) from the assembly and header file names
>
> V7->V8:
> * Support cross compilation by searching for CROSS_CC_GUEST option,
> instead of using the find-cross-prefix defined in roms/Makefile
> * Use the "max" options for ARM guest VM's CPU and GIC types
> * $(TARGET)/Makefile rules are rewritten based on Laurent Vivier's comment
> * NOTE: because Patch 1/2 is re-written, I remove the "Reviewed-by" for
> reviewers to take a look again. Thanks.
>
> V6->V7:
> * Define test memory start/end addresses for all architectures
> * Check aarch64 kernel binary size, limit under 512KB
>
> V5->V6:
> * Add Reviewed-by to patch 1-3
> * Add more design notes in patch 4 (aarch64 assembly compilation, bin space)
>
> V4->V5:
> * Extract cross compilation detection code into rules.mak for sharing
> * Minor comment and code revision in migration-test.c & aarch64-a-b-kernel.S
>
> V3->V4:
> * Rename .s to .S, allowing assembly to include C-style header file
> * Move test defines into a new migration-test.h file
> * Use different cpu & gic settings for kvm and tcg modes on aarch64
> * Clean up aarch64-a-b-kernel.S based on Andrew Jones' comments
>
> 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
Queued for next Migration PULL request, thanks.
Later, Juan.
prev parent reply other threads:[~2018-09-06 8:28 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-05 19:15 [Qemu-devel] [PATCH V9 0/4] tests: Add migration test for aarch64 Wei Huang
2018-09-05 19:15 ` [Qemu-devel] [PATCH V9 1/4] tests/migration: Convert x86 boot block compilation script into Makefile Wei Huang
2018-09-06 7:58 ` Andrew Jones
2018-09-05 19:15 ` [Qemu-devel] [PATCH V9 2/4] tests/migration: Support cross compilation in generating boot header file Wei Huang
2018-09-06 12:03 ` Andrew Jones
2018-09-06 13:37 ` Wei Huang
2018-09-06 14:00 ` Andrew Jones
2018-09-06 16:23 ` Wei Huang
2018-09-07 7:04 ` Andrew Jones
2018-09-07 13:42 ` Wei Huang
2018-09-10 16:18 ` Alex Bennée
2018-09-10 16:59 ` Juan Quintela
2018-09-10 17:03 ` Wei Huang
2018-09-05 19:15 ` [Qemu-devel] [PATCH V9 3/4] tests/migration: Add migration-test " Wei Huang
2018-09-05 19:15 ` [Qemu-devel] [PATCH V9 4/4] tests: Add migration test for aarch64 Wei Huang
2018-09-06 12:25 ` Andrew Jones
2018-09-06 8:28 ` Juan Quintela [this message]
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=87worz3u8r.fsf@trasno.org \
--to=quintela@redhat.com \
--cc=dgilbert@redhat.com \
--cc=drjones@redhat.com \
--cc=lvivier@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=wei@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.