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

2024-08-23 Thread Janosch Frank
On 8/23/24 3:03 PM, Christoph Schlameuss wrote: On Fri Aug 23, 2024 at 10:02 AM CEST, Janosch Frank wrote: On 8/19/24 6:03 PM, Christoph Schlameuss wrote: On Fri Aug 16, 2024 at 4:29 PM CEST, Janosch Frank wrote: On 8/15/24 5:45 PM, Christoph Schlameuss wrote: Add a test case verifying basic

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

2024-08-23 Thread Christoph Schlameuss
On Fri Aug 23, 2024 at 10:02 AM CEST, Janosch Frank wrote: > On 8/19/24 6:03 PM, Christoph Schlameuss wrote: > > On Fri Aug 16, 2024 at 4:29 PM CEST, Janosch Frank wrote: > >> On 8/15/24 5:45 PM, Christoph Schlameuss wrote: > >>> Add a test case verifying basic running and interaction of ucontrol V

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

2024-08-23 Thread Janosch Frank
On 8/19/24 6:03 PM, Christoph Schlameuss wrote: On Fri Aug 16, 2024 at 4:29 PM CEST, Janosch Frank wrote: On 8/15/24 5:45 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

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

2024-08-19 Thread Christoph Schlameuss
On Fri Aug 16, 2024 at 4:29 PM CEST, Janosch Frank wrote: > On 8/15/24 5:45 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_un

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

2024-08-16 Thread Janosch Frank
On 8/15/24 5:45 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 1/3] selftests: kvm: s390: Add uc_map_unmap VM test case

2024-08-15 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