qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 4/8] accel/tcg: Replace target_ulong with vaddr in helper_una


From: Richard Henderson
Subject: Re: [PATCH 4/8] accel/tcg: Replace target_ulong with vaddr in helper_unaligned_*()
Date: Sun, 23 Apr 2023 10:10:54 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 4/20/23 22:28, Anton Johansson wrote:
Updates helper_unaligned_[ld|st] to take the store/load address as a
vaddr instead of a target_ulong.

Signed-off-by: Anton Johansson<anjo@rev.ng>
---
  accel/tcg/user-exec.c  | 4 ++--
  include/tcg/tcg-ldst.h | 4 ++--
  2 files changed, 4 insertions(+), 4 deletions(-)

I've got patches posted to remove these functions.


r~



reply via email to

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