Re: [PATCH v4 14/33] target/nios2: Use hw/registerfields.h for CR_TLBACC fields

2022-03-08 Thread Peter Maydell
On Tue, 8 Mar 2022 at 07:20, Richard Henderson wrote: > Empty body. You might also mention: "Since we're rewriting the references to CR_TLBACC_IGN_* anyway, we correct the name of this field to IG, which is its name in the official CPU documentation." > Signed-off-by: Richard Henderson > ---

[PATCH v4 14/33] target/nios2: Use hw/registerfields.h for CR_TLBACC fields

2022-03-07 Thread Richard Henderson
Signed-off-by: Richard Henderson --- target/nios2/cpu.h | 23 +++ target/nios2/mmu.c | 16 2 files changed, 23 insertions(+), 16 deletions(-) diff --git a/target/nios2/cpu.h b/target/nios2/cpu.h index 84138000fa..024ef3ccc0 100644 --- a/target/nios2/cpu.h +++