Re: [PATCH v2 15/21] target/arm: Pass MemOp to get_phys_addr_gpc

2024-10-08 Thread Peter Maydell
On Sat, 5 Oct 2024 at 21:06, Richard Henderson wrote: > > Zero is the safe do-nothing value for callers to use. > Pass the value through from get_phys_addr. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

Re: [PATCH v2 15/21] target/arm: Pass MemOp to get_phys_addr_gpc

2024-10-07 Thread Helge Deller
On 10/5/24 22:05, Richard Henderson wrote: Zero is the safe do-nothing value for callers to use. Pass the value through from get_phys_addr. Signed-off-by: Richard Henderson Reviewed-by: Helge Deller --- target/arm/ptw.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-)

[PATCH v2 15/21] target/arm: Pass MemOp to get_phys_addr_gpc

2024-10-05 Thread Richard Henderson
Zero is the safe do-nothing value for callers to use. Pass the value through from get_phys_addr. Signed-off-by: Richard Henderson --- target/arm/ptw.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/target/arm/ptw.c b/target/arm/ptw.c index 9af86da597..e92537d8f2