Re: [PATCH for-7.1 v6 22/51] target/nios2: Hoist CPU_LOG_INT logging

2022-03-17 Thread Peter Maydell
On Thu, 17 Mar 2022 at 05:24, Richard Henderson wrote: > > Performing this early means that we can merge more cases > within the non-logging switch statement. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH for-7.1 v6 22/51] target/nios2: Hoist CPU_LOG_INT logging

2022-03-16 Thread Richard Henderson
Performing this early means that we can merge more cases within the non-logging switch statement. Signed-off-by: Richard Henderson --- target/nios2/helper.c | 58 +++ 1 file changed, 47 insertions(+), 11 deletions(-) diff --git a/target/nios2/helper.c b/t