summary refs log tree commit diff stats
path: root/exec.c
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2011-12-15 15:25:22 +0200
committerAvi Kivity <avi@redhat.com>2011-12-19 17:28:54 +0200
commit67d95c153bef55f619615ea71a5c2d689db4fd4e (patch)
tree6bb8140dec135d751324ae588f8661635224bff4 /exec.c
parent0eeb06b0dd897826b04d3d0d6318b2fb8d271a92 (diff)
downloadfocaccia-qemu-67d95c153bef55f619615ea71a5c2d689db4fd4e.tar.gz
focaccia-qemu-67d95c153bef55f619615ea71a5c2d689db4fd4e.zip
memory: move obsolete exec.c functions to a private header
This will help avoid accidental usage.

Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'exec.c')
-rw-r--r--exec.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/exec.c b/exec.c
index fbcb1bf028..32782b48c9 100644
--- a/exec.c
+++ b/exec.c
@@ -57,6 +57,9 @@
 #include "trace.h"
 #endif
 
+#define WANT_EXEC_OBSOLETE
+#include "exec-obsolete.h"
+
 //#define DEBUG_TB_INVALIDATE
 //#define DEBUG_FLUSH
 //#define DEBUG_TLB