diff options
author | Paolo Bonzini | 2018-05-30 11:58:36 +0200 |
---|---|---|
committer | Paolo Bonzini | 2018-06-28 19:05:30 +0200 |
commit | 8bca9a03ec60d63b2ee6a959fe85dda4206811e0 (patch) | |
tree | 55901e55f66e8089de30f6ada2fc3379ee542d82 /linux-user | |
parent | exec: Fix MAP_RAM for cached access (diff) | |
download | qemu-8bca9a03ec60d63b2ee6a959fe85dda4206811e0.tar.gz qemu-8bca9a03ec60d63b2ee6a959fe85dda4206811e0.tar.xz qemu-8bca9a03ec60d63b2ee6a959fe85dda4206811e0.zip |
move public invalidate APIs out of translate-all.{c,h}, clean up
Place them in exec.c, exec-all.h and ram_addr.h. This removes
knowledge of translate-all.h (which is an internal header) from
several files outside accel/tcg and removes knowledge of
AddressSpace from translate-all.c (as it only operates on ram_addr_t).
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'linux-user')
-rw-r--r-- | linux-user/mmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-user/mmap.c b/linux-user/mmap.c index 9168a2051c..d0c50e4888 100644 --- a/linux-user/mmap.c +++ b/linux-user/mmap.c @@ -20,7 +20,6 @@ #include "qemu.h" #include "qemu-common.h" -#include "translate-all.h" //#define DEBUG_MMAP |