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
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
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
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
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
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