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 /exec.c | |
| parent | 8b4a3df8081f3e6f1061ed5cbb303ad623ade66b (diff) | |
| download | focaccia-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 'exec.c')
| -rw-r--r-- | exec.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/exec.c b/exec.c index 7899042ce9..eb0ec93f9a 100644 --- a/exec.c +++ b/exec.c @@ -59,8 +59,7 @@ #include "cputlb.h" -#define WANT_EXEC_OBSOLETE -#include "exec-obsolete.h" +#include "memory-internal.h" //#define DEBUG_TB_INVALIDATE //#define DEBUG_FLUSH |