Re: [PATCH 20/22] target/arm: Implement the granule protection check

2023-02-10 Thread Peter Maydell
On Tue, 24 Jan 2023 at 00:01, Richard Henderson wrote: > > Place the check at the end of get_phys_addr_with_struct, > so that we check all physical results. > > Signed-off-by: Richard Henderson > --- > target/arm/ptw.c | 253 +++ > 1 file changed, 234

[PATCH 20/22] target/arm: Implement the granule protection check

2023-01-23 Thread Richard Henderson
Place the check at the end of get_phys_addr_with_struct, so that we check all physical results. Signed-off-by: Richard Henderson --- target/arm/ptw.c | 253 +++ 1 file changed, 234 insertions(+), 19 deletions(-) diff --git a/target/arm/ptw.c b/target/