mbox series

[kvm-unit-tests,v1,0/2] s390x: test CMM during migration

Message ID 20221122161243.214814-1-nrb@linux.ibm.com (mailing list archive)
Headers show
Series s390x: test CMM during migration | expand

Message

Nico Boehr Nov. 22, 2022, 4:12 p.m. UTC
Add a test which changes CMM page states while VM is being migrated.

Nico Boehr (2):
  s390x: add a library for CMM-related functions
  s390x: add CMM test during migration

 lib/s390x/cmm.c              |  83 ++++++++++++++++++++++++++
 lib/s390x/cmm.h              |  29 +++++++++
 s390x/Makefile               |   2 +
 s390x/migration-cmm.c        |  36 ++++--------
 s390x/migration-during-cmm.c | 111 +++++++++++++++++++++++++++++++++++
 s390x/unittests.cfg          |   5 ++
 6 files changed, 240 insertions(+), 26 deletions(-)
 create mode 100644 lib/s390x/cmm.c
 create mode 100644 lib/s390x/cmm.h
 create mode 100644 s390x/migration-during-cmm.c