mirror of
https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9.git
synced 2026-09-09 00:08:12 +08:00
JIRA: https://redhat.atlassian.net/browse/RHEL-136478 commit 8e8678e740ecde2ae4a0404fd9b4ed2b726e236d Author: Janosch Frank <frankja@linux.ibm.com> Date: Tue Jul 8 12:57:57 2025 +0000 KVM: s390: Add capability that forwards operation exceptions Setting KVM_CAP_S390_USER_OPEREXEC will forward all operation exceptions to user space. This also includes the 0x0000 instructions managed by KVM_CAP_S390_USER_INSTR0. It's helpful if user space wants to emulate instructions which do not (yet) have an opcode. While we're at it refine the documentation for KVM_CAP_S390_USER_INSTR0. Signed-off-by: Janosch Frank <frankja@linux.ibm.com> Reviewed-by: Claudio Imbrenda <imbrenda@linux.ibm.com> Acked-by: Christian Borntraeger <borntraeger@linux.ibm.com> Signed-off-by: Janosch Frank <frankja@linux.ibm.com> Conflicts: include/uapi/linux/kvm.h, Documentation/virt/kvm/api.rst use resolution from merge commit e0c26d47def73 adjusted paths to old paths for tools/testing/selftests/kvm/Makefile and tools/testing/selftests/kvm/s390x/user_operexec.c Signed-off-by: Mircea Dragan <mdragan@redhat.com> Signed-off-by: Christoph Schlameuss <cschlame@redhat.com>