]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/whpx: Expose whpx_enabled() to common code
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 16 Jun 2025 08:40:00 +0000 (10:40 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 4 Jul 2025 12:43:46 +0000 (14:43 +0200)
commita9c2afd74b887b4775f425b72be1888220594bb5
tree050836d1d953168263554bf8e1568ffd34ceee11
parent80a1efdedd3099cde51cabf91789e037a6af11df
accel/whpx: Expose whpx_enabled() to common code

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

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