Re: [PATCH 6/7] target/nios2: Special case ipending in rdctl and wrctl

2022-03-02 Thread Peter Maydell
On Sun, 27 Feb 2022 at 18:25, Richard Henderson wrote: > > It was never correct to be able to write to ipending. > Until the rest of the irq code is tidied, the read of ipending > will generate an "unnecessary" mask. > > Signed-off-by: Richard Henderson > --- > target/nios2/translate.c | 12

Re: [PATCH 6/7] target/nios2: Special case ipending in rdctl and wrctl

2022-02-27 Thread Philippe Mathieu-Daudé
On 27/2/22 19:21, Richard Henderson wrote: It was never correct to be able to write to ipending. Until the rest of the irq code is tidied, the read of ipending will generate an "unnecessary" mask. Signed-off-by: Richard Henderson --- target/nios2/translate.c | 12 1 file changed

[PATCH 6/7] target/nios2: Special case ipending in rdctl and wrctl

2022-02-27 Thread Richard Henderson
It was never correct to be able to write to ipending. Until the rest of the irq code is tidied, the read of ipending will generate an "unnecessary" mask. Signed-off-by: Richard Henderson --- target/nios2/translate.c | 12 1 file changed, 12 insertions(+) diff --git a/target/nios2/t