summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorThomas Huth2019-05-23 18:43:07 +0200
committerChristian Borntraeger2019-06-04 14:05:38 +0200
commitee1563f42856f756c72bb0924109432d566c9efa (patch)
tree525bbcd1513864bd26057af73e75e52f4cfde8e9 /MAINTAINERS
parentKVM: selftests: Add processor code for s390x (diff)
downloadkernel-qcow2-linux-ee1563f42856f756c72bb0924109432d566c9efa.tar.gz
kernel-qcow2-linux-ee1563f42856f756c72bb0924109432d566c9efa.tar.xz
kernel-qcow2-linux-ee1563f42856f756c72bb0924109432d566c9efa.zip
KVM: selftests: Add the sync_regs test for s390x
The test is an adaption of the same test for x86. Note that there are some differences in the way how s390x deals with the kvm_valid_regs in struct kvm_run, so some of the tests had to be removed. Also this test is not using the ucall() interface on s390x yet (which would need some work to be usable on s390x), so it simply drops out of the VM with a diag 0x501 breakpoint instead. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <20190523164309.13345-8-thuth@redhat.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 68ce91fffeaf..c8264e972364 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8674,6 +8674,7 @@ F: arch/s390/include/asm/gmap.h
F: arch/s390/include/asm/kvm*
F: arch/s390/kvm/
F: arch/s390/mm/gmap.c
+F: tools/testing/selftests/kvm/s390x/
F: tools/testing/selftests/kvm/*/s390x/
KERNEL VIRTUAL MACHINE FOR X86 (KVM/x86)