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

2024-09-12 Thread Claudio Imbrenda
On Mon, 2 Sep 2024 13:50:00 +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

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

2024-09-02 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