From: Pierrick Bouvier Date: Tue, 25 Mar 2025 04:59:03 +0000 (-0700) Subject: exec/poison: KVM_HAVE_MCE_INJECTION can now be poisoned X-Git-Tag: v10.1.0-rc0~117^2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a9d472d01a3760a0bae7b93b5d67af8178fbed3;p=thirdparty%2Fqemu.git exec/poison: KVM_HAVE_MCE_INJECTION can now be poisoned We prevent common code to use this define by mistake. Reviewed-by: Richard Henderson Signed-off-by: Pierrick Bouvier Signed-off-by: Richard Henderson Message-ID: <20250325045915.994760-19-pierrick.bouvier@linaro.org> --- diff --git a/include/exec/poison.h b/include/exec/poison.h index f267da60838..a09e0c12631 100644 --- a/include/exec/poison.h +++ b/include/exec/poison.h @@ -73,4 +73,6 @@ #pragma GCC poison CONFIG_SOFTMMU #endif +#pragma GCC poison KVM_HAVE_MCE_INJECTION + #endif