qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 03/15] target/arm: ensure HVF traps set appropriate MemTxA


From: Richard Henderson
Subject: Re: [PATCH v3 03/15] target/arm: ensure HVF traps set appropriate MemTxAttrs
Date: Wed, 28 Sep 2022 09:47:45 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

On 9/27/22 07:14, Alex Bennée wrote:
As most HVF devices are done purely in software we need to make sure
we properly encode the source CPU in MemTxAttrs. This will allow the
device emulations to use those attributes rather than relying on
current_cpu (although current_cpu will still be correct in this case).

Acked-by: Alexander Graf<agraf@csgraf.de>
Signed-off-by: Alex Bennée<alex.bennee@linaro.org>
Cc: Mads Ynddal<mads@ynddal.dk>

---
v2
   - update MEMTXATTRS macro
---
  target/arm/hvf/hvf.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

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


r~



reply via email to

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