Re: [PATCH v2 2/3] selftests: kvm: s390: Add uc_skey VM test case

2024-09-12 Thread Christoph Schlameuss
On Thu Sep 12, 2024 at 10:15 AM CEST, Claudio Imbrenda wrote: > On Mon, 2 Sep 2024 13:50:01 +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/

Re: [PATCH v2 2/3] selftests: kvm: s390: Add uc_skey VM test case

2024-09-12 Thread Claudio Imbrenda
On Mon, 2 Sep 2024 13:50:01 +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 | 89 ++- > 1 file changed, 88 insertions

[PATCH v2 2/3] selftests: kvm: s390: Add uc_skey VM test case

2024-09-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 | 89 ++- 1 file changed, 88 insertions(+), 1 deletion(-) diff --git a/tools/testing/selftests/kvm/s390x/ucontrol_tes