aboutsummaryrefslogtreecommitdiff
path: root/memory.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 /memory.c
parent0eeb06b0dd897826b04d3d0d6318b2fb8d271a92 (diff)
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 'memory.c')
-rw-r--r--memory.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/memory.c b/memory.c
index 1a42cea088..cbd6988ccb 100644
--- a/memory.c
+++ b/memory.c
@@ -18,6 +18,9 @@
#include "kvm.h"
#include <assert.h>
+#define WANT_EXEC_OBSOLETE
+#include "exec-obsolete.h"
+
unsigned memory_region_transaction_depth = 0;
typedef struct AddrRange AddrRange;