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

Move helper_attn(), helper_scv() and helper_pminsn() to
tcg-excp_helper.c.

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