Re: [PATCH v4 27/33] target/nios2: Create EXCP_SEMIHOST for semi-hosting

2022-03-08 Thread Peter Maydell
On Tue, 8 Mar 2022 at 07:20, Richard Henderson wrote: > > Decode 'break 1' during translation, rather than doing > it again during exception processing. > > Signed-off-by: Richard Henderson > --- > target/nios2/cpu.h | 1 + > target/nios2/helper.c| 15 ++- > target/nios2/t

[PATCH v4 27/33] target/nios2: Create EXCP_SEMIHOST for semi-hosting

2022-03-07 Thread Richard Henderson
Decode 'break 1' during translation, rather than doing it again during exception processing. Signed-off-by: Richard Henderson --- target/nios2/cpu.h | 1 + target/nios2/helper.c| 15 ++- target/nios2/translate.c | 17 - 3 files changed, 23 insertions(+), 10