target/s390x: Move diag helpers to a separate file
commit3d6722051bc7876832003215533f36df9f33cc56
authorThomas Huth <thuth@redhat.com>
Mon, 24 Jul 2017 08:52:47 +0000 (24 10:52 +0200)
committerCornelia Huck <cohuck@redhat.com>
Tue, 25 Jul 2017 07:17:42 +0000 (25 09:17 +0200)
treea619fab9f0ff018987f4970999f9085cf54f4e1c
parentb5bd2e91a6e5c7b87f1ea592c8604af59e87bf37
target/s390x: Move diag helpers to a separate file

misc_helper.c won't be compiled with --disable-tcg anymore, but we
still need the diag helpers in KVM builds, too, so move the helper
functions to a separate file.

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