aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu/hax.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/sysemu/hax.h
parentbfaa3b05a9af6acd011e772fa42eff5d05424a35 (diff)
downloadqemu-13b48fb00e61dc7662da27c020c3263b74374acc.zip
qemu-13b48fb00e61dc7662da27c020c3263b74374acc.tar.gz
qemu-13b48fb00e61dc7662da27c020c3263b74374acc.tar.bz2
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/sysemu/hax.h')
-rw-r--r--include/sysemu/hax.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sysemu/hax.h b/include/sysemu/hax.h
index 12fb54f..247f066 100644
--- a/include/sysemu/hax.h
+++ b/include/sysemu/hax.h
@@ -24,6 +24,8 @@
int hax_sync_vcpus(void);
+#ifdef NEED_CPU_H
+
#ifdef CONFIG_HAX
int hax_enabled(void);
@@ -34,4 +36,6 @@ int hax_enabled(void);
#endif /* CONFIG_HAX */
+#endif /* NEED_CPU_H */
+
#endif /* QEMU_HAX_H */