]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: wrap psci call with tcg_enabled
authorClaudio Fontana <cfontana@suse.de>
Mon, 13 Feb 2023 20:29:01 +0000 (17:29 -0300)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 16 Feb 2023 16:08:25 +0000 (16:08 +0000)
commit0c1aaa66c248b7375112a2d6f5ca3bafaeda0aa5
treef409f1728c3cc80aa7c16eb5248d4a7645155273
parenta06e3a68ba2b0f51d28f83e94f8266811c0ba05c
target/arm: wrap psci call with tcg_enabled

for "all" builds (tcg + kvm), we want to avoid doing
the psci check if tcg is built-in, but not enabled.

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