OSDN Git Service

accel/tcg: Move page_{get,set}_flags to user-exec.c
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 5 Oct 2022 00:47:00 +0000 (17:47 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 21 Dec 2022 01:11:12 +0000 (17:11 -0800)
commitd941c086b818533a9332272609405334e59a6f27
tree7a688662ec64a3f7ed2cc3412bb847c3e588737f
parent50d25c8aec3e495faee82f1732cc93f016967850
accel/tcg: Move page_{get,set}_flags to user-exec.c

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: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/internal.h
accel/tcg/translate-all.c
accel/tcg/user-exec.c