Re: [PATCH v2 10/10] s390: Enable KVM_S390_UCONTROL config in debug_defconfig

2024-07-23 Thread Christian Borntraeger
Am 23.07.24 um 11:31 schrieb Christoph Schlameuss: To simplify testing enable UCONTROL KVM by default in debug kernels. Signed-off-by: Christoph Schlameuss --- arch/s390/Kconfig.debug | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/s390/Kconfig.debug b/arch/s390/Kconfig.debug

Re: [PATCH v1] KVM: s390x: selftests: Add shared zeropage test

2024-04-15 Thread Christian Borntraeger
: Christian Borntraeger

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

2024-02-20 Thread Christian Borntraeger
the CPU to use the primary address space normally used anyway. AR[1] is selected for this test because the host AR[1] is usually non-zero, and KVM needs to correctly swap those values. Signed-off-by: Eric Farman Acked-by: Christian Borntraeger

Re: [PATCH v3 1/2] KVM: s390: fix access register usage in ioctls

2024-02-20 Thread Christian Borntraeger
as it is today. If they don't (the MEM_OP path), the AR can be read from vcpu->run without stashing the current contents. Signed-off-by: Eric Farman Acked-by: Christian Borntraeger Reviewed-by: Christian Borntraeger --- arch/s390/include/asm/kvm_host.h | 1 + arch/s390/kvm/gacces