Re: [PATCH v3 1/3] selftests: kvm: s390: Add uc_map_unmap VM test case

2024-09-16 Thread Christoph Schlameuss
On Mon Sep 16, 2024 at 8:33 AM CEST, Janosch Frank wrote: > On 9/16/24 8:25 AM, Christoph Schlameuss wrote: > > On Fri Sep 13, 2024 at 6:48 PM CEST, Claudio Imbrenda wrote: > >> On Fri, 13 Sep 2024 13:52:46 +0200 > >> Christoph Schlameuss wrote: > >> > >>> Add a test case verifying basic running a

Re: [PATCH v3 1/3] selftests: kvm: s390: Add uc_map_unmap VM test case

2024-09-15 Thread Janosch Frank
On 9/16/24 8:25 AM, Christoph Schlameuss wrote: On Fri Sep 13, 2024 at 6:48 PM CEST, Claudio Imbrenda wrote: On Fri, 13 Sep 2024 13:52:46 +0200 Christoph Schlameuss wrote: Add a test case verifying basic running and interaction of ucontrol VMs. Fill the segment and page tables for allocated m

Re: [PATCH v3 1/3] selftests: kvm: s390: Add uc_map_unmap VM test case

2024-09-15 Thread Christoph Schlameuss
On Fri Sep 13, 2024 at 6:48 PM CEST, Claudio Imbrenda wrote: > On Fri, 13 Sep 2024 13:52:46 +0200 > Christoph Schlameuss wrote: > > > Add a test case verifying basic running and interaction of ucontrol VMs. > > Fill the segment and page tables for allocated memory and map memory on > > first acces

Re: [PATCH v3 1/3] selftests: kvm: s390: Add uc_map_unmap VM test case

2024-09-13 Thread Claudio Imbrenda
On Fri, 13 Sep 2024 13:52:46 +0200 Christoph Schlameuss wrote: > Add a test case verifying basic running and interaction of ucontrol VMs. > Fill the segment and page tables for allocated memory and map memory on > first access. > > * uc_map_unmap > Store and load data to mapped and unmapped me

Re: [PATCH v3 1/3] selftests: kvm: s390: Add uc_map_unmap VM test case

2024-09-13 Thread Janosch Frank
On 9/13/24 1:52 PM, Christoph Schlameuss wrote: Add a test case verifying basic running and interaction of ucontrol VMs. Fill the segment and page tables for allocated memory and map memory on first access. * uc_map_unmap Store and load data to mapped and unmapped memory and use pic segment

[PATCH v3 1/3] selftests: kvm: s390: Add uc_map_unmap VM test case

2024-09-13 Thread Christoph Schlameuss
Add a test case verifying basic running and interaction of ucontrol VMs. Fill the segment and page tables for allocated memory and map memory on first access. * uc_map_unmap Store and load data to mapped and unmapped memory and use pic segment translation handling to map memory on access. Sig