]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/ppc: Restrict powerpc_checkstop() to TCG
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 27 Jan 2025 10:26:11 +0000 (11:26 +0100)
committerNicholas Piggin <npiggin@gmail.com>
Tue, 11 Mar 2025 12:43:31 +0000 (22:43 +1000)
commit2f96c00b61a48803f3963214eac0ae04a7b7ee82
treedab937150a42e0987e3f93f7edb6f5107c56e9d1
parent30de74bda77fd5eb7c7dc9c50ed4ea39bbc367b6
target/ppc: Restrict powerpc_checkstop() to TCG

Expose powerpc_checkstop() prototype, and move it to
tcg-excp_helper.c, only built when TCG is available.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Message-ID: <20250127102620.39159-8-philmd@linaro.org>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
target/ppc/excp_helper.c
target/ppc/internal.h
target/ppc/tcg-excp_helper.c