Re: [PATCH v2 08/21] target/hppa: Add MemOp argument to hppa_get_physical_address

2024-10-07 Thread Helge Deller
On 10/5/24 22:05, Richard Henderson wrote: Just add the argument, unused at this point. Zero is the safe do-nothing value for all callers. Signed-off-by: Richard Henderson Reviewed-by: Helge Deller --- target/hppa/cpu.h| 2 +- target/hppa/int_helper.c | 2 +- target/hppa/mem_h

[PATCH v2 08/21] target/hppa: Add MemOp argument to hppa_get_physical_address

2024-10-05 Thread Richard Henderson
Just add the argument, unused at this point. Zero is the safe do-nothing value for all callers. Signed-off-by: Richard Henderson --- target/hppa/cpu.h| 2 +- target/hppa/int_helper.c | 2 +- target/hppa/mem_helper.c | 9 + target/hppa/op_helper.c | 2 +- 4 files changed, 8 inser