Re: [PATCH v3 40/42] target/arm: Consider GP an attribute in get_phys_addr_lpae

2022-10-07 Thread Peter Maydell
On Sat, 1 Oct 2022 at 18:19, Richard Henderson wrote: > > Both GP and DBM are in the upper attribute block. > Extend the computation of attrs to include them, > then simplify the setting of guarded. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v3 40/42] target/arm: Consider GP an attribute in get_phys_addr_lpae

2022-10-01 Thread Richard Henderson
Both GP and DBM are in the upper attribute block. Extend the computation of attrs to include them, then simplify the setting of guarded. Signed-off-by: Richard Henderson --- target/arm/ptw.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/target/arm/ptw.c