qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 27/39] plugins: fix-up handling of internal hostaddr for 3


From: Richard Henderson
Subject: Re: [PATCH v2 27/39] plugins: fix-up handling of internal hostaddr for 32 bit
Date: Thu, 8 Jul 2021 13:31:12 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 7/8/21 12:09 PM, Alex Bennée wrote:
The compiler rightly complains when we build on 32 bit that casting
uint64_t into a void is a bad idea. We are really dealing with a host
pointer at this point so treat it as such. This does involve
a uintptr_t cast of the result of the TLB addend as we know that has
to point to the host memory.

Signed-off-by: Alex Bennée<alex.bennee@linaro.org>
---
  include/qemu/plugin-memory.h | 2 +-
  accel/tcg/cputlb.c           | 2 +-
  plugins/api.c                | 4 ++--
  3 files changed, 4 insertions(+), 4 deletions(-)

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

r~



reply via email to

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