exec/poison: KVM_HAVE_MCE_INJECTION can now be poisoned

We prevent common code to use this define by mistake.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250325045915.994760-19-pierrick.bouvier@linaro.org>
This commit is contained in:
Pierrick Bouvier 2025-03-24 21:59:03 -07:00 committed by Richard Henderson
parent f1d2a8e953
commit 5a9d472d01

View file

@ -73,4 +73,6 @@
#pragma GCC poison CONFIG_SOFTMMU
#endif
#pragma GCC poison KVM_HAVE_MCE_INJECTION
#endif