Re: [PATCH v5 05/10] target/ppc: Create helper_scv

2021-03-23 Thread David Gibson
On Tue, Mar 23, 2021 at 12:43:35PM -0600, Richard Henderson wrote: > Perform the test against FSCR_SCV at runtime, in the helper. > > This means we can remove the incorrect set against SCV in > ppc_tr_init_disas_context and do not need to add an HFLAGS bit. > > Signed-off-by: Richard Henderson

[PATCH v5 05/10] target/ppc: Create helper_scv

2021-03-23 Thread Richard Henderson
Perform the test against FSCR_SCV at runtime, in the helper. This means we can remove the incorrect set against SCV in ppc_tr_init_disas_context and do not need to add an HFLAGS bit. Signed-off-by: Richard Henderson --- target/ppc/helper.h | 1 + target/ppc/excp_helper.c | 9 + t