Re: [PATCH v2 2/2] KVM: s390: selftests: memop: add a simple AR test

2024-02-20 Thread Eric Farman
On Tue, 2024-02-20 at 14:34 +0100, Nina Schoetterl-Glausch wrote: > On Thu, 2024-02-15 at 21:53 +0100, Eric Farman wrote: > > There is a selftest that checks for an (expected) error when an > > invalid AR is specified, but not one that exercises the AR path. > > > > Add a simple test that mirrors

Re: [PATCH v2 2/2] KVM: s390: selftests: memop: add a simple AR test

2024-02-20 Thread Nina Schoetterl-Glausch
On Thu, 2024-02-15 at 21:53 +0100, Eric Farman wrote: > There is a selftest that checks for an (expected) error when an > invalid AR is specified, but not one that exercises the AR path. > > Add a simple test that mirrors the vanilla write/read test while > providing an AR. An AR that contains

[PATCH v2 2/2] KVM: s390: selftests: memop: add a simple AR test

2024-02-15 Thread Eric Farman
There is a selftest that checks for an (expected) error when an invalid AR is specified, but not one that exercises the AR path. Add a simple test that mirrors the vanilla write/read test while providing an AR. An AR that contains zero will direct the CPU to use the primary address space normally