qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH for-8.0 04/29] accel/tcg: Introduce tlb_read_idx


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH for-8.0 04/29] accel/tcg: Introduce tlb_read_idx
Date: Mon, 21 Nov 2022 13:25:12 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 18/11/22 10:47, Richard Henderson wrote:
Instead of playing with offsetof in various places, use
MMUAccessType to index an array.  This is easily defined
instead of the previous dummy padding array in the union.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  include/exec/cpu-defs.h |   7 ++-
  include/exec/cpu_ldst.h |  26 ++++++++--
  accel/tcg/cputlb.c      | 104 +++++++++++++---------------------------
  3 files changed, 59 insertions(+), 78 deletions(-)

Nice.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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