qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 5/8] accel/tcg: Move page_{get,set}_flags to user-exec.c
Date: Fri, 9 Dec 2022 08:13:50 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.5.1

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.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@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é <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]