public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH v1 0/2] s390x: Add migration test for guest TOD clock
@ 2022-08-26  8:49 Nico Boehr
  2022-08-26  8:49 ` [kvm-unit-tests PATCH v1 1/2] lib/s390x: move TOD clock related functions to library Nico Boehr
  2022-08-26  8:49 ` [kvm-unit-tests PATCH v1 2/2] s390x: add migration TOD clock test Nico Boehr
  0 siblings, 2 replies; 6+ messages in thread
From: Nico Boehr @ 2022-08-26  8:49 UTC (permalink / raw)
  To: kvm; +Cc: frankja, imbrenda, thuth

The guest TOD clock should be preserved on migration. Add a test to
verify that.

To reduce code duplication, move some of the time-related defined
from the sck test to the library.

Nico Boehr (2):
  lib/s390x: move TOD clock related functions to library
  s390x: add migration TOD clock test

 lib/s390x/asm/time.h  | 48 +++++++++++++++++++++++++++++++++++++++++++
 s390x/Makefile        |  1 +
 s390x/migration-sck.c | 45 ++++++++++++++++++++++++++++++++++++++++
 s390x/sck.c           | 32 -----------------------------
 s390x/unittests.cfg   |  4 ++++
 5 files changed, 98 insertions(+), 32 deletions(-)
 create mode 100644 s390x/migration-sck.c

-- 
2.36.1


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

end of thread, other threads:[~2022-10-11 11:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-26  8:49 [kvm-unit-tests PATCH v1 0/2] s390x: Add migration test for guest TOD clock Nico Boehr
2022-08-26  8:49 ` [kvm-unit-tests PATCH v1 1/2] lib/s390x: move TOD clock related functions to library Nico Boehr
2022-10-06 10:50   ` Claudio Imbrenda
2022-10-11 11:44     ` Nico Boehr
2022-08-26  8:49 ` [kvm-unit-tests PATCH v1 2/2] s390x: add migration TOD clock test Nico Boehr
2022-10-06 10:58   ` Claudio Imbrenda

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