public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH 0/2] powerpc: Test SPR persistency during migration
@ 2017-03-09 17:27 Thomas Huth
  2017-03-09 17:27 ` [kvm-unit-tests PATCH 1/2] Add the possibility to do simple migration tests Thomas Huth
  2017-03-09 17:27 ` [kvm-unit-tests PATCH 2/2] powerpc: Add Special Purpose Register persistency test Thomas Huth
  0 siblings, 2 replies; 13+ messages in thread
From: Thomas Huth @ 2017-03-09 17:27 UTC (permalink / raw)
  To: kvm, Laurent Vivier, Drew Jones
  Cc: kvm-ppc, Paolo Bonzini, Radim Krčmář,
	Cédric Le Goater

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

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

end of thread, other threads:[~2017-03-14  8:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-09 17:27 [kvm-unit-tests PATCH 0/2] powerpc: Test SPR persistency during migration Thomas Huth
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox