]> git.ipfire.org Git - thirdparty/qemu.git/commit
system/hvf: Expose hvf_enabled() to common code
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 3 Apr 2025 22:59:48 +0000 (00:59 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 8 May 2025 12:22:12 +0000 (14:22 +0200)
commit962f9f18d29ac8d229e391e4756ca586cb07e8b5
treec9b1dfa8a28910fc66db941f7fbbce05a9a4cb65
parent0af34b1daccb08649a5a3c5d2d3843e5efc89ec9
system/hvf: Expose hvf_enabled() to common code

Currently hvf_enabled() is restricted to target-specific code.
By defining CONFIG_HVF_IS_POSSIBLE we allow its use anywhere.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20250403235821.9909-28-philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
MAINTAINERS
accel/stubs/hvf-stub.c [new file with mode: 0644]
accel/stubs/meson.build
include/system/hvf.h