We prevent common code to use this define by mistake. Signed-off-by: Pierrick Bouvier <pierrick.bouvier@xxxxxxxxxx> --- 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