diff options
Diffstat (limited to 'include/exec/poison.h')
-rw-r--r-- | include/exec/poison.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/exec/poison.h b/include/exec/poison.h index 8fc7530b6e..a527def5f0 100644 --- a/include/exec/poison.h +++ b/include/exec/poison.h @@ -83,8 +83,12 @@ #pragma GCC poison CONFIG_SPARC_DIS #pragma GCC poison CONFIG_XTENSA_DIS +#pragma GCC poison CONFIG_HAX +#pragma GCC poison CONFIG_HVF #pragma GCC poison CONFIG_LINUX_USER #pragma GCC poison CONFIG_KVM #pragma GCC poison CONFIG_SOFTMMU +#pragma GCC poison CONFIG_WHPX +#pragma GCC poison CONFIG_XEN #endif |