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

2024-08-13 Thread Christoph Schlameuss
On Tue, Aug 13, 2024 at 09:21:12AM +0200, Janosch Frank wrote: > On 8/7/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_ma

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

2024-08-13 Thread Janosch Frank
On 8/7/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 v5 07/10] selftests: kvm: s390: Add uc_map_unmap VM test case

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