mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
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:
parent
f1d2a8e953
commit
5a9d472d01
1 changed files with 2 additions and 0 deletions
|
@ -73,4 +73,6 @@
|
|||
#pragma GCC poison CONFIG_SOFTMMU
|
||||
#endif
|
||||
|
||||
#pragma GCC poison KVM_HAVE_MCE_INJECTION
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue