Re: [PATCH v4 08/10] selftests: kvm: s390: Add uc_skey VM test case

2024-08-07 Thread Christoph Schlameuss
On Tue, 6 Aug 2024 15:39:44 +0200 Janosch Frank wrote: > On 8/2/24 5:59 PM, 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 | 7

Re: [PATCH v4 08/10] selftests: kvm: s390: Add uc_skey VM test case

2024-08-06 Thread Janosch Frank
On 8/2/24 5:59 PM, 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 | 78 +++ 1 file changed, 78 insertions(+) [...] +TEST_F(uc_kv

[PATCH v4 08/10] selftests: kvm: s390: Add uc_skey VM test case

2024-08-02 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 | 78 +++ 1 file changed, 78 insertions(+) diff --git a/tools/testing/selftests/kvm/s390x/ucontrol_test.c b/tools/te