Re: [PATCH v3 07/10] selftests: kvm: s390: Add uc_map_unmap VM test case

2024-08-01 Thread Christoph Schlameuss
On Thu, 1 Aug 2024 11:08:30 +0200 Janosch Frank wrote: > On 7/30/24 9:24 AM, 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_unm

Re: [PATCH v3 07/10] selftests: kvm: s390: Add uc_map_unmap VM test case

2024-08-01 Thread Janosch Frank
On 7/30/24 9:24 AM, 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 07/10] selftests: kvm: s390: Add uc_map_unmap VM test case

2024-07-30 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