]> git.ipfire.org Git - thirdparty/qemu.git/commit - exec.c
move public invalidate APIs out of translate-all.{c,h}, clean up
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 30 May 2018 09:58:36 +0000 (11:58 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 28 Jun 2018 17:05:30 +0000 (19:05 +0200)
commit8bca9a03ec60d63b2ee6a959fe85dda4206811e0
tree55901e55f66e8089de30f6ada2fc3379ee542d82
parenta99761d3c85679da380c0f597468acd3dc1b53b3
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>
accel/tcg/translate-all.c
accel/tcg/translate-all.h
exec.c
include/exec/exec-all.h
include/exec/ram_addr.h
linux-user/mmap.c
target/xtensa/op_helper.c
trace/control-target.c