[PATCH 06/13] exec/poison: KVM_HAVE_MCE_INJECTION can now be poisoned

Pierrick Bouvier posted 13 patches 2 weeks, 3 days ago
[PATCH 06/13] exec/poison: KVM_HAVE_MCE_INJECTION can now be poisoned
Posted by Pierrick Bouvier 2 weeks, 3 days ago
We prevent common code to use this define by mistake.

Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
---
 include/exec/poison.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/exec/poison.h b/include/exec/poison.h
index 8ed04b31083..816f6f99d16 100644
--- a/include/exec/poison.h
+++ b/include/exec/poison.h
@@ -67,4 +67,6 @@
 #pragma GCC poison CONFIG_WHPX
 #pragma GCC poison CONFIG_XEN
 
+#pragma GCC poison KVM_HAVE_MCE_INJECTION
+
 #endif
-- 
2.39.5
Re: [PATCH 06/13] exec/poison: KVM_HAVE_MCE_INJECTION can now be poisoned
Posted by Richard Henderson 2 weeks, 3 days ago
On 3/17/25 21:51, Pierrick Bouvier wrote:
> We prevent common code to use this define by mistake.
> 
> Signed-off-by: Pierrick Bouvier<pierrick.bouvier@linaro.org>
> ---
>   include/exec/poison.h | 2 ++
>   1 file changed, 2 insertions(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~