Re: [PATCH v5 10/10] target/ppc: Validate hflags with CONFIG_DEBUG_TCG

2021-03-28 Thread David Gibson
On Sat, Mar 27, 2021 at 06:46:15AM -0600, Richard Henderson wrote: > On 3/26/21 6:41 AM, Richard Henderson wrote: > > On 3/25/21 2:47 AM, David Gibson wrote: > > > On Wed, Mar 24, 2021 at 11:12:20AM +1100, David Gibson wrote: > > > > On Tue, Mar 23, 2021 at 12:43:40PM -0600, Richard Henderson wrote

Re: [PATCH v5 10/10] target/ppc: Validate hflags with CONFIG_DEBUG_TCG

2021-03-27 Thread Richard Henderson
On 3/26/21 6:41 AM, Richard Henderson wrote: On 3/25/21 2:47 AM, David Gibson wrote: On Wed, Mar 24, 2021 at 11:12:20AM +1100, David Gibson wrote: On Tue, Mar 23, 2021 at 12:43:40PM -0600, Richard Henderson wrote: Verify that hflags was updated correctly whenever we change cpu state that is us

Re: [PATCH v5 10/10] target/ppc: Validate hflags with CONFIG_DEBUG_TCG

2021-03-26 Thread Richard Henderson
On 3/25/21 2:47 AM, David Gibson wrote: On Wed, Mar 24, 2021 at 11:12:20AM +1100, David Gibson wrote: On Tue, Mar 23, 2021 at 12:43:40PM -0600, Richard Henderson wrote: Verify that hflags was updated correctly whenever we change cpu state that is used by hflags. Signed-off-by: Richard Henderso

Re: [PATCH v5 10/10] target/ppc: Validate hflags with CONFIG_DEBUG_TCG

2021-03-25 Thread David Gibson
On Wed, Mar 24, 2021 at 11:12:20AM +1100, David Gibson wrote: > On Tue, Mar 23, 2021 at 12:43:40PM -0600, Richard Henderson wrote: > > Verify that hflags was updated correctly whenever we change > > cpu state that is used by hflags. > > > > Signed-off-by: Richard Henderson > > Applied to ppc-for

Re: [PATCH v5 10/10] target/ppc: Validate hflags with CONFIG_DEBUG_TCG

2021-03-23 Thread David Gibson
On Tue, Mar 23, 2021 at 12:43:40PM -0600, Richard Henderson wrote: > Verify that hflags was updated correctly whenever we change > cpu state that is used by hflags. > > Signed-off-by: Richard Henderson Applied to ppc-for-6.0, thanks. > --- > target/ppc/cpu.h | 5 + > target/ppc/he

[PATCH v5 10/10] target/ppc: Validate hflags with CONFIG_DEBUG_TCG

2021-03-23 Thread Richard Henderson
Verify that hflags was updated correctly whenever we change cpu state that is used by hflags. Signed-off-by: Richard Henderson --- target/ppc/cpu.h | 5 + target/ppc/helper_regs.c | 29 +++-- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/tar