summaryrefslogtreecommitdiffstats
path: root/include/qemu
diff options
context:
space:
mode:
authorPaolo Bonzini2016-03-15 12:46:10 +0100
committerPaolo Bonzini2016-05-19 16:42:28 +0200
commitbdd902277c784cfcc0c2e602afe79515070b9e02 (patch)
tree431d58303515660e0c6d2f4c386b3d0b1bef085c /include/qemu
parentapic: move target-dependent definitions to cpu.h (diff)
downloadqemu-bdd902277c784cfcc0c2e602afe79515070b9e02.tar.gz
qemu-bdd902277c784cfcc0c2e602afe79515070b9e02.tar.xz
qemu-bdd902277c784cfcc0c2e602afe79515070b9e02.zip
include: poison symbols in osdep.h
Ensure that all target-independent files ignore poisoned symbols, and fix the fallout. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/qemu')
-rw-r--r--include/qemu/osdep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/qemu/osdep.h b/include/qemu/osdep.h
index 2e930a92ce..268ec66958 100644
--- a/include/qemu/osdep.h
+++ b/include/qemu/osdep.h
@@ -30,6 +30,8 @@
#include "config-host.h"
#ifdef NEED_CPU_H
#include "config-target.h"
+#else
+#include "exec/poison.h"
#endif
#include "qemu/compiler.h"