qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 01/12] accel: Replace target_ulong in tlb_*()


From: Richard Henderson
Subject: Re: [PATCH v2 01/12] accel: Replace target_ulong in tlb_*()
Date: Wed, 10 May 2023 10:44:44 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 5/5/23 15:13, Anton Johansson wrote:
Replaces target_ulong with vaddr for guest virtual addresses in tlb_*()
functions and auxilliary structs.

Signed-off-by: Anton Johansson<anjo@rev.ng>
---
  accel/stubs/tcg-stub.c       |   2 +-
  accel/tcg/cputlb.c           | 177 +++++++++++++++++------------------
  accel/tcg/tb-maint.c         |   2 +-
  include/exec/cpu-defs.h      |   4 +-
  include/exec/exec-all.h      |  79 ++++++++--------
  include/qemu/plugin-memory.h |   2 +-
  6 files changed, 131 insertions(+), 135 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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