Browse Source
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>pull/292/head
5 changed files with 27 additions and 17 deletions
@ -0,0 +1,12 @@ |
|||
/*
|
|||
* WHPX stubs for QEMU |
|||
* |
|||
* Copyright (c) Linaro |
|||
* |
|||
* SPDX-License-Identifier: GPL-2.0-or-later |
|||
*/ |
|||
|
|||
#include "qemu/osdep.h" |
|||
#include "system/whpx.h" |
|||
|
|||
bool whpx_allowed; |
|||
Loading…
Reference in new issue