Re: [PATCH 02/20] target/ppc: Remove unused msr_* macros

2022-04-26 Thread Richard Henderson
On 4/22/22 11:54, Víctor Colombo wrote: Some msr_* macros are not used anywhere. Remove them as part of the work to remove all hidden usage of *env. Suggested-by: Richard Henderson Signed-off-by: Víctor Colombo --- target/ppc/cpu.h | 21 - 1 file changed, 21 deletions(-)

[PATCH 02/20] target/ppc: Remove unused msr_* macros

2022-04-22 Thread Víctor Colombo
Some msr_* macros are not used anywhere. Remove them as part of the work to remove all hidden usage of *env. Suggested-by: Richard Henderson Signed-off-by: Víctor Colombo --- target/ppc/cpu.h | 21 - 1 file changed, 21 deletions(-) diff --git a/target/ppc/cpu.h b/target/ppc