]> Git Repo - qemu.git/commit
target/s390x: Move diag helpers to a separate file
authorThomas Huth <[email protected]>
Mon, 24 Jul 2017 08:52:47 +0000 (10:52 +0200)
committerCornelia Huck <[email protected]>
Tue, 25 Jul 2017 07:17:42 +0000 (09:17 +0200)
commit3d6722051bc7876832003215533f36df9f33cc56
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 <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
Message-Id: <1500886370[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
target/s390x/Makefile.objs
target/s390x/diag.c [new file with mode: 0644]
target/s390x/misc_helper.c
This page took 0.023793 seconds and 4 git commands to generate.