]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: rename handle_semihosting to tcg_handle_semihosting
authorClaudio Fontana <cfontana@suse.de>
Mon, 13 Feb 2023 20:29:00 +0000 (17:29 -0300)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 16 Feb 2023 16:08:11 +0000 (16:08 +0000)
commita06e3a68ba2b0f51d28f83e94f8266811c0ba05c
treee1bd1d05b8b0467bec6475a026f888e17fb4950e
parente431b8f608d22b0bca64b75b8738b2a6ab4468bd
target/arm: rename handle_semihosting to tcg_handle_semihosting

make it clearer from the name that this is a tcg-only function.

Signed-off-by: Claudio Fontana <cfontana@suse.de>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c