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

Move helpers common to system/user emulation 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-12-philmd@linaro.org>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
target/ppc/excp_helper.c
target/ppc/tcg-excp_helper.c