Re: [PATCH 1/2] target/ppc: Clean up _spr_register et al

2021-05-02 Thread David Gibson
On Fri, Apr 30, 2021 at 07:29:22PM -0700, Richard Henderson wrote: > Introduce 3 helper macros to elide arguments that we cannot supply. > This reduces the repetition required to get the job done. > > Signed-off-by: Richard Henderson Applied to ppc-for-6.1, thanks. > --- >

[PATCH 1/2] target/ppc: Clean up _spr_register et al

2021-04-30 Thread Richard Henderson
Introduce 3 helper macros to elide arguments that we cannot supply. This reduces the repetition required to get the job done. Signed-off-by: Richard Henderson --- target/ppc/translate_init.c.inc | 154 +++- 1 file changed, 74 insertions(+), 80 deletions(-) diff