]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/s390x: Move exception-related functions to a new excp_helper.c file
authorThomas Huth <thuth@redhat.com>
Mon, 24 Jul 2017 08:52:49 +0000 (10:52 +0200)
committerCornelia Huck <cohuck@redhat.com>
Tue, 25 Jul 2017 07:17:42 +0000 (09:17 +0200)
commitcded4014aed15ded9d27079071d9bb1fbe88ad41
treee99c517b7b4affabc873f223c4117db67f26dc4f
parente3cfd926f779ddaff52336431d30519e9386e962
target/s390x: Move exception-related functions to a new excp_helper.c file

These functions can not be compiled with --disable-tcg. But since we
need the other functions from helper.c in the non-tcg build, we can also
not simply remove helper.c from the non-tcg builds. Thus the problematic
functions have to be moved into a separate new file instead that we
can later omit in the non-tcg builds.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1500886370-14572-5-git-send-email-thuth@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/Makefile.objs
target/s390x/cpu.h
target/s390x/excp_helper.c [new file with mode: 0644]
target/s390x/helper.c