summary refs log tree commit diff stats
path: root/memory.c
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2012-09-20 16:02:51 +0300
committerAvi Kivity <avi@redhat.com>2012-10-15 11:43:05 +0200
commit7762c2c1e02e44fdc473cbe75105faba08b906cc (patch)
tree9013b33b34dd304902f2b836644e78945a95261d /memory.c
parent8b4a3df8081f3e6f1061ed5cbb303ad623ade66b (diff)
downloadfocaccia-qemu-7762c2c1e02e44fdc473cbe75105faba08b906cc.tar.gz
focaccia-qemu-7762c2c1e02e44fdc473cbe75105faba08b906cc.zip
memory: rename 'exec-obsolete.h'
exec-obsolete.h used to hold pre-memory-API functions that were used from
device code prior to the transition to the memory API.  Now that the
transition is complete, the name no longer describes the file.  The
functions still need to be merged better into the memory core, but there's
no danger of anyone using them.

Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'memory.c')
-rw-r--r--memory.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/memory.c b/memory.c
index 4f3ade06dd..1aeca08dda 100644
--- a/memory.c
+++ b/memory.c
@@ -20,8 +20,7 @@
 #include "kvm.h"
 #include <assert.h>
 
-#define WANT_EXEC_OBSOLETE
-#include "exec-obsolete.h"
+#include "memory-internal.h"
 
 unsigned memory_region_transaction_depth = 0;
 static bool global_dirty_log = false;