Re: [PATCH v5 04/10] target/ppc: Put dbcr0 single-step bits into hflags

2021-03-23 Thread David Gibson
On Tue, Mar 23, 2021 at 12:43:34PM -0600, Richard Henderson wrote: > Because these bits were not in hflags, the code generated > for single-stepping on BookE was essentially random. > Recompute hflags when storing to dbcr0. > > Reviewed-by: David Gibson > Signed-off-by: Richard Henderson Applie

[PATCH v5 04/10] target/ppc: Put dbcr0 single-step bits into hflags

2021-03-23 Thread Richard Henderson
Because these bits were not in hflags, the code generated for single-stepping on BookE was essentially random. Recompute hflags when storing to dbcr0. Reviewed-by: David Gibson Signed-off-by: Richard Henderson --- target/ppc/helper_regs.c | 24 +--- target/ppc/misc_helper.c