On 11/13/24 17:12, Philippe Mathieu-Daudé wrote:
Move CPU TLB related methods to "exec/cputlb.h".Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> --- include/exec/cputlb.h | 28 +++++++++++++++++++++++----- include/exec/exec-all.h | 17 ----------------- accel/tcg/cpu-exec.c | 1 + 3 files changed, 24 insertions(+), 22 deletions(-)
This is only within accel/tcg/. Better to move to accel/tcg/internal-common.h. r~