mbox series

[kvm-unit-tests,GIT,PULL,0/4] s390x: storage key and CMM concurrent tests

Message ID 20230105121538.52008-1-imbrenda@linux.ibm.com (mailing list archive)
Headers show
Series s390x: storage key and CMM concurrent tests | expand

Message

Claudio Imbrenda Jan. 5, 2023, 12:15 p.m. UTC
Hi Paolo and/or Thomas,


please merge the following changes:

* storage key and cmm concurrent migration test
* new utility macros for PSWs


MERGE: https://gitlab.com/kvm-unit-tests/kvm-unit-tests/-/merge_requests/38

PIPELINE: https://gitlab.com/imbrenda/kvm-unit-tests/-/pipelines/739008304

PULL: https://gitlab.com/imbrenda/kvm-unit-tests.git s390x-next-2023-01

Claudio Imbrenda (2):
  lib: s390x: add PSW and PSW_WITH_CUR_MASK macros
  s390x: use the new PSW and PSW_WITH_CUR_MASK macros

Nico Boehr (2):
  s390x: add parallel skey migration test
  s390x: add CMM test during migration

 lib/s390x/asm/arch_def.h |   4 +
 s390x/adtl-status.c      |  24 +---
 s390x/firq.c             |   5 +-
 s390x/migration-cmm.c    | 258 ++++++++++++++++++++++++++++++++++-----
 s390x/migration-skey.c   | 218 ++++++++++++++++++++++++++++++---
 s390x/migration.c        |   6 +-
 s390x/skrf.c             |   7 +-
 s390x/smp.c              |  53 ++------
 s390x/uv-host.c          |   5 +-
 s390x/unittests.cfg      |  30 +++--
 10 files changed, 473 insertions(+), 137 deletions(-)