From: Thomas Huth <thuth@redhat.com>
To: kvm@vger.kernel.org, Laurent Vivier <lvivier@redhat.com>,
Drew Jones <drjones@redhat.com>
Cc: kvm-ppc@vger.kernel.org, "Paolo Bonzini" <pbonzini@redhat.com>,
"Radim Krčmář" <rkrcmar@redhat.com>,
"Cédric Le Goater" <clg@kaod.org>
Subject: [kvm-unit-tests PATCH 0/2] powerpc: Test SPR persistency during migration
Date: Thu, 9 Mar 2017 18:27:05 +0100 [thread overview]
Message-ID: <1489080427-27103-1-git-send-email-thuth@redhat.com> (raw)
Here's a KVM-unit-test to check the persistency of SPRs during migration.
First patch adds a helper script for doing migration tests in the
kvm-unit-test framework, and the second patch contains the SPR tester.
(Note: I've already posted the SPR tester once many months ago, but I did
not have the migration helper script ready at that point in time yet, so
I refrained from calling this a v2)
Thomas Huth (2):
Add the possibility to do simple migration tests
powerpc: Add Special Purpose Register persistency test
powerpc/Makefile.common | 3 +-
powerpc/cstart64.S | 2 +
powerpc/run | 5 +
powerpc/sprs.c | 303 +++++++++++++++++++++++++++++++++++++++
powerpc/unittests.cfg | 5 +
scripts/qemu-migration-helper.sh | 51 +++++++
scripts/runtime.bash | 3 +
7 files changed, 371 insertions(+), 1 deletion(-)
create mode 100644 powerpc/sprs.c
create mode 100755 scripts/qemu-migration-helper.sh
--
1.8.3.1
next reply other threads:[~2017-03-09 17:27 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-09 17:27 Thomas Huth [this message]
2017-03-09 17:27 ` [kvm-unit-tests PATCH 1/2] Add the possibility to do simple migration tests Thomas Huth
2017-03-10 8:30 ` Cédric Le Goater
2017-03-10 9:03 ` Thomas Huth
2017-03-10 15:04 ` Andrew Jones
2017-03-10 16:57 ` Thomas Huth
2017-03-11 1:42 ` David Matlack
2017-03-14 8:31 ` Thomas Huth
2017-03-09 17:27 ` [kvm-unit-tests PATCH 2/2] powerpc: Add Special Purpose Register persistency test Thomas Huth
2017-03-10 8:48 ` Cédric Le Goater
2017-03-10 8:53 ` Cédric Le Goater
2017-03-10 9:38 ` Thomas Huth
2017-03-10 10:27 ` Cédric Le Goater
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=1489080427-27103-1-git-send-email-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=clg@kaod.org \
--cc=drjones@redhat.com \
--cc=kvm-ppc@vger.kernel.org \
--cc=kvm@vger.kernel.org \
--cc=lvivier@redhat.com \
--cc=pbonzini@redhat.com \
--cc=rkrcmar@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