aboutsummaryrefslogtreecommitdiff
path: root/configs/targets/s390x-linux-user.mak
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2021-07-07 14:17:43 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2021-07-09 18:21:34 +0200
commit812b31d3f91507160c367440c17715b62d5e0869 (patch)
treeffc92f2423f723212fbf776f6d48f128a0c1db59 /configs/targets/s390x-linux-user.mak
parentcd43648a44f7288261773477d926f60f09abf977 (diff)
downloadqemu-812b31d3f91507160c367440c17715b62d5e0869.zip
qemu-812b31d3f91507160c367440c17715b62d5e0869.tar.gz
qemu-812b31d3f91507160c367440c17715b62d5e0869.tar.bz2
configs: rename default-configs to configs and reorganise
In preparation for offering variation to our build configurations lets move everything and rename it to default. Common included base configs are also renamed. During the cleanup the stale usb.mak and pci.mak references were removed from MAINTAINERS. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Cc: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20210707131744.26027-5-alex.bennee@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configs/targets/s390x-linux-user.mak')
-rw-r--r--configs/targets/s390x-linux-user.mak5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/targets/s390x-linux-user.mak b/configs/targets/s390x-linux-user.mak
new file mode 100644
index 0000000..9e31ce6
--- /dev/null
+++ b/configs/targets/s390x-linux-user.mak
@@ -0,0 +1,5 @@
+TARGET_ARCH=s390x
+TARGET_SYSTBL_ABI=common,64
+TARGET_SYSTBL=syscall.tbl
+TARGET_WORDS_BIGENDIAN=y
+TARGET_XML_FILES= gdb-xml/s390x-core64.xml gdb-xml/s390-acr.xml gdb-xml/s390-fpr.xml gdb-xml/s390-vx.xml gdb-xml/s390-cr.xml gdb-xml/s390-virt.xml gdb-xml/s390-gs.xml