diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2023-04-30 08:54:23 +0100 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2023-06-05 12:04:29 -0700 |
commit | d31b84041d4353ef310ffde23c87b78c2aa32ead (patch) | |
tree | 8e57f2f8ca688390bfe68168bf88060fde53141a /include/exec/poison.h | |
parent | 6fcc02292c74a271e8f377f25b6818ea5c1f36ff (diff) | |
download | qemu-d31b84041d4353ef310ffde23c87b78c2aa32ead.zip qemu-d31b84041d4353ef310ffde23c87b78c2aa32ead.tar.gz qemu-d31b84041d4353ef310ffde23c87b78c2aa32ead.tar.bz2 |
exec/poison: Do not poison CONFIG_SOFTMMU
If CONFIG_USER_ONLY is ok generically, so is CONFIG_SOFTMMU,
because they are exactly opposite.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include/exec/poison.h')
-rw-r--r-- | include/exec/poison.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/exec/poison.h b/include/exec/poison.h index 256736e..e94ee8d 100644 --- a/include/exec/poison.h +++ b/include/exec/poison.h @@ -85,7 +85,6 @@ #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 |