Re: [PATCH v4 24/53] semihosting: Split out common-semi-target.h

2022-06-27 Thread Luc Michel
On 13:45 Tue 07 Jun , Richard Henderson wrote: > Move the ARM and RISCV specific helpers into > their own header file. > > Signed-off-by: Richard Henderson Reviewed-by: Luc Michel > --- > target/arm/common-semi-target.h | 62 > target/riscv/common-semi-target.h |

Re: [PATCH v4 24/53] semihosting: Split out common-semi-target.h

2022-06-27 Thread Alex Bennée
Richard Henderson writes: > Move the ARM and RISCV specific helpers into > their own header file. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > target/arm/common-semi-target.h | 62 > target/riscv/common-semi-target.h | 50 >

[PATCH v4 24/53] semihosting: Split out common-semi-target.h

2022-06-07 Thread Richard Henderson
Move the ARM and RISCV specific helpers into their own header file. Signed-off-by: Richard Henderson --- target/arm/common-semi-target.h | 62 target/riscv/common-semi-target.h | 50 semihosting/arm-compat-semi.c | 94 +--