Re: [PATCH v3 20/49] semihosting: Split out common_semi_has_synccache

2022-05-23 Thread Richard Henderson
On 5/23/22 05:51, Peter Maydell wrote: On Sat, 21 May 2022 at 01:04, Richard Henderson wrote: We already have some larger ifdef blocks for ARM and RISCV; split out a boolean test for SYS_SYNCCACHE. Reviewed-by: Alistair Francis Signed-off-by: Richard Henderson --- semihosting/arm-compat-s

Re: [PATCH v3 20/49] semihosting: Split out common_semi_has_synccache

2022-05-23 Thread Peter Maydell
On Sat, 21 May 2022 at 01:04, Richard Henderson wrote: > > We already have some larger ifdef blocks for ARM and RISCV; > split out a boolean test for SYS_SYNCCACHE. > > Reviewed-by: Alistair Francis > Signed-off-by: Richard Henderson > --- > semihosting/arm-compat-semi.c | 20 +-

[PATCH v3 20/49] semihosting: Split out common_semi_has_synccache

2022-05-20 Thread Richard Henderson
We already have some larger ifdef blocks for ARM and RISCV; split out a boolean test for SYS_SYNCCACHE. Reviewed-by: Alistair Francis Signed-off-by: Richard Henderson --- semihosting/arm-compat-semi.c | 20 +--- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/semi