diff options
author | Avi Kivity <avi@redhat.com> | 2012-09-20 16:02:51 +0300 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2012-10-15 11:43:05 +0200 |
commit | 7762c2c1e02e44fdc473cbe75105faba08b906cc (patch) | |
tree | 9013b33b34dd304902f2b836644e78945a95261d /memory.c | |
parent | 8b4a3df8081f3e6f1061ed5cbb303ad623ade66b (diff) |
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.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |