summaryrefslogtreecommitdiff
path: root/include/exec/poison.h
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2021-04-14 13:20:01 +0200
committerThomas Huth <thuth@redhat.com>2021-05-14 12:31:44 +0200
commit13b48fb00e61dc7662da27c020c3263b74374acc (patch)
treebf224ed53d0abd78b3e3eceb5f35d2c564a6fbd8 /include/exec/poison.h
parentbfaa3b05a9af6acd011e772fa42eff5d05424a35 (diff)
downloadqemu-13b48fb00e61dc7662da27c020c3263b74374acc.zip
include/sysemu: Poison all accelerator CONFIG switches in common code
We are already poisoning CONFIG_KVM since this switch is not working in common code. Do the same with the other accelerator switches, too (except for CONFIG_TCG, which is special, since it is also defined in config-host.h). Message-Id: <20210414112004.943383-2-thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include/exec/poison.h')
-rw-r--r--include/exec/poison.h4
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