Re: [PATCH v4 19/33] target/nios2: Implement CR_STATUS.RSIE

2022-03-08 Thread Peter Maydell
On Tue, 8 Mar 2022 at 07:20, Richard Henderson wrote: > > Without EIC, this bit is RES1. So set the bit at reset, > and add it to the readonly fields of CR_STATUS. > > Signed-off-by: Richard Henderson > --- > target/nios2/cpu.h | 1 + > target/nios2/cpu.c | 5 +++-- > 2 files changed, 4 inserti

[PATCH v4 19/33] target/nios2: Implement CR_STATUS.RSIE

2022-03-07 Thread Richard Henderson
Without EIC, this bit is RES1. So set the bit at reset, and add it to the readonly fields of CR_STATUS. Signed-off-by: Richard Henderson --- target/nios2/cpu.h | 1 + target/nios2/cpu.c | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/target/nios2/cpu.h b/target/nios2/c