On 9/12/22 06:19, Richard Henderson wrote:
This page tracking implementation is specific to user-only,
since the system softmmu version is in cputlb.c. Move it
out of translate-all.c to user-exec.c.
Reviewed-by: Alex Bennée <alex.ben...@linaro.org>
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
accel/tcg/internal.h | 17 ++
accel/tcg/translate-all.c | 350 --------------------------------------
accel/tcg/user-exec.c | 346 +++++++++++++++++++++++++++++++++++++
3 files changed, 363 insertions(+), 350 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>