Re: [PATCH 21/24] accel/tcg: Move page_{get, set}_flags to user-exec.c

2022-10-26 Thread Alex Bennée
Richard Henderson writes: > 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. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

[PATCH 21/24] accel/tcg: Move page_{get,set}_flags to user-exec.c

2022-10-05 Thread Richard Henderson
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. Signed-off-by: Richard Henderson --- accel/tcg/internal.h | 17 ++ accel/tcg/translate-all.c | 350 --