aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/Makefile
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-05-23 18:43:06 +0200
committerChristian Borntraeger <borntraeger@de.ibm.com>2019-06-04 14:05:38 +0200
commitedf54478d83eb0ca4174a2c9c01682c1d01cbe7d (patch)
tree14c34494794350f1074dc9fcbf127ef2bfc38b01 /tools/testing/selftests/kvm/Makefile
parentKVM: selftests: Align memory region addresses to 1M on s390x (diff)
downloadlinux-dev-edf54478d83eb0ca4174a2c9c01682c1d01cbe7d.tar.xz
linux-dev-edf54478d83eb0ca4174a2c9c01682c1d01cbe7d.zip
KVM: selftests: Add processor code for s390x
Code that takes care of basic CPU setup, page table walking, etc. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <20190523164309.13345-7-thuth@redhat.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Diffstat (limited to 'tools/testing/selftests/kvm/Makefile')
-rw-r--r--tools/testing/selftests/kvm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/kvm/Makefile b/tools/testing/selftests/kvm/Makefile
index 41280dc06297..b4a07cd0b48e 100644
--- a/tools/testing/selftests/kvm/Makefile
+++ b/tools/testing/selftests/kvm/Makefile
@@ -10,6 +10,7 @@ UNAME_M := $(shell uname -m)
LIBKVM = lib/assert.c lib/elf.c lib/io.c lib/kvm_util.c lib/ucall.c lib/sparsebit.c
LIBKVM_x86_64 = lib/x86_64/processor.c lib/x86_64/vmx.c
LIBKVM_aarch64 = lib/aarch64/processor.c
+LIBKVM_s390x = lib/s390x/processor.c
TEST_GEN_PROGS_x86_64 = x86_64/platform_info_test
TEST_GEN_PROGS_x86_64 += x86_64/set_sregs_test