Browse Source
Currently nvmm_enabled() is restricted to target-specific code. By defining CONFIG_NVMM_IS_POSSIBLE we allow its use anywhere. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Message-Id: <20250703173248.44995-25-philmd@linaro.org>pull/292/head
5 changed files with 27 additions and 18 deletions
@ -0,0 +1,12 @@ |
|||
/*
|
|||
* NVMM stubs for QEMU |
|||
* |
|||
* Copyright (c) Linaro |
|||
* |
|||
* SPDX-License-Identifier: GPL-2.0-or-later |
|||
*/ |
|||
|
|||
#include "qemu/osdep.h" |
|||
#include "system/nvmm.h" |
|||
|
|||
bool nvmm_allowed; |
|||
Loading…
Reference in new issue