From: Claudio Imbrenda <imbrenda@linux.ibm.com>
To: Nico Boehr <nrb@linux.ibm.com>
Cc: kvm@vger.kernel.org, linux-s390@vger.kernel.org,
frankja@linux.ibm.com, thuth@redhat.com
Subject: Re: [kvm-unit-tests PATCH v3 0/2] s390x: add migration test for CMM
Date: Thu, 12 May 2022 17:44:16 +0200 [thread overview]
Message-ID: <20220512174416.4d954c5c@p-imbrenda> (raw)
In-Reply-To: <20220512134233.1416490-1-nrb@linux.ibm.com>
On Thu, 12 May 2022 15:42:31 +0200
Nico Boehr <nrb@linux.ibm.com> wrote:
> v2->v3:
> ---
> * remove unneeded include asm-offsets.h (Thanks Claudio)
> * change prefix of test to match filename (migration-cmm instead of
> cmm-migration)
>
> v1->v2:
> ---
> * Rename cmm-migration.c to migration-cmm.c (Thanks Janosch)
> * Replace switch-case with unrolled loop (Thanks Claudio)
> * Migrate even when ESSA is not available so we don't hang forever
>
> Upon migration, we expect the CMM page states to be preserved. Add a test which
> checks for that.
>
> The new test gets a new file so the existing cmm test can still run when the
> prerequisites for running migration tests aren't given (netcat). Therefore, move
> some definitions to a common header to be able to re-use them.
>
thanks, queued
> Nico Boehr (2):
> lib: s390x: add header for CMM related defines
> s390x: add cmm migration test
>
> lib/s390x/asm/cmm.h | 50 ++++++++++++++++++++++++++++
> s390x/Makefile | 1 +
> s390x/cmm.c | 25 ++------------
> s390x/migration-cmm.c | 77 +++++++++++++++++++++++++++++++++++++++++++
> s390x/unittests.cfg | 4 +++
> 5 files changed, 135 insertions(+), 22 deletions(-)
> create mode 100644 lib/s390x/asm/cmm.h
> create mode 100644 s390x/migration-cmm.c
>
prev parent reply other threads:[~2022-05-12 15:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-12 13:42 [kvm-unit-tests PATCH v3 0/2] s390x: add migration test for CMM Nico Boehr
2022-05-12 13:42 ` [kvm-unit-tests PATCH v3 1/2] lib: s390x: add header for CMM related defines Nico Boehr
2022-05-12 13:42 ` [kvm-unit-tests PATCH v3 2/2] s390x: add cmm migration test Nico Boehr
2022-05-12 15:44 ` Claudio Imbrenda [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=20220512174416.4d954c5c@p-imbrenda \
--to=imbrenda@linux.ibm.com \
--cc=frankja@linux.ibm.com \
--cc=kvm@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=nrb@linux.ibm.com \
--cc=thuth@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