Re: [PATCH v5 10/14] target/arm: Consider GP an attribute in get_phys_addr_lpae

2022-10-21 Thread Philippe Mathieu-Daudé
On 21/10/22 00:35, 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. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- target/arm/ptw.c | 6 ++ 1 file changed, 2

[PATCH v5 10/14] target/arm: Consider GP an attribute in get_phys_addr_lpae

2022-10-20 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. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- target/arm/ptw.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tar