Re: [PATCH v1 8/9] selftests: kvm: s390: Add uc_skey VM test case

2024-07-11 Thread Christoph Schlameuss
On Tue, 9 Jul 2024 19:06:58 +0200 Claudio Imbrenda wrote: > On Tue, 9 Jul 2024 14:57:03 +0200 > Christoph Schlameuss wrote: > > > Add a test case manipulating s390 storage keys from within the ucontrol > > VM. > > > > Signed-off-by: Christoph Schlameuss > > --- > > .../selftests/kvm/s390x/u

Re: [PATCH v1 8/9] selftests: kvm: s390: Add uc_skey VM test case

2024-07-09 Thread Claudio Imbrenda
On Tue, 9 Jul 2024 14:57:03 +0200 Christoph Schlameuss wrote: > Add a test case manipulating s390 storage keys from within the ucontrol > VM. > > Signed-off-by: Christoph Schlameuss > --- > .../selftests/kvm/s390x/ucontrol_test.c | 83 +++ > 1 file changed, 83 insertions

[PATCH v1 8/9] selftests: kvm: s390: Add uc_skey VM test case

2024-07-09 Thread Christoph Schlameuss
Add a test case manipulating s390 storage keys from within the ucontrol VM. Signed-off-by: Christoph Schlameuss --- .../selftests/kvm/s390x/ucontrol_test.c | 83 +++ 1 file changed, 83 insertions(+) diff --git a/tools/testing/selftests/kvm/s390x/ucontrol_test.c b/tools/te