Re: [PATCH v4 4/5] target/ppc: turned SPR R/W callbacks not static

2021-05-04 Thread Richard Henderson
On 5/4/21 7:01 AM, Bruno Larsen (billionai) wrote: To be able to compile translate_init.c.inc as a standalone file, we have to make the callbacks accessible outside of translate.c; This patch does exactly that Signed-off-by: Bruno Larsen (billionai) --- target/ppc/spr_tcg.h | 134 +++

[PATCH v4 4/5] target/ppc: turned SPR R/W callbacks not static

2021-05-04 Thread Bruno Larsen (billionai)
To be able to compile translate_init.c.inc as a standalone file, we have to make the callbacks accessible outside of translate.c; This patch does exactly that Signed-off-by: Bruno Larsen (billionai) --- target/ppc/spr_tcg.h | 134 ++ target/ppc/translate.c | 210 +++