qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 4/6] accel/tcg: Introduce probe_access_full


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 4/6] accel/tcg: Introduce probe_access_full
Date: Mon, 5 Sep 2022 23:10:22 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.13.0

On 5/9/22 22:22, Richard Henderson wrote:
Add an interface to return the CPUTLBEntryFull struct
that goes with the lookup.  The result is not intended
to be valid across multiple lookups, so the user must
use the results immediately.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  include/exec/exec-all.h | 11 ++++++++++
  accel/tcg/cputlb.c      | 47 +++++++++++++++++++++++++----------------
  2 files changed, 40 insertions(+), 18 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

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