qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] MIPS: Correct FCR0 initialization


From: Phil Staub
Subject: Re: [Qemu-devel] [PATCH] MIPS: Correct FCR0 initialization
Date: Mon, 6 Aug 2012 11:21:53 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Jun 12, 2012 at 10:28:14AM -0400, address@hidden wrote:
> Date: Tue, 12 Jun 2012 07:14:45 -0700
> From: Richard Henderson <address@hidden>
> To: "Maciej W. Rozycki" <address@hidden>
> Cc: address@hidden, Aurelien Jarno <address@hidden>
> Subject: Re: [Qemu-devel] [PATCH] MIPS: Correct FCR0 initialization
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> On 2012-06-07 18:04, Maciej W. Rozycki wrote:
> >  I have verified this change with system emulation running the GDB test 
> > suite for the mips-sde-elf target (o32, big endian, 24Kf CPU emulated), 
> > there were 55 progressions and no regressions.
> > 
> > Signed-off-by: Maciej W. Rozycki <address@hidden>
> > ---
> > 
> >  Sent on behalf of Nathan, who's since left the company.  Please apply.
> > 
> >   Maciej
> > 
> > qemu-mips-fcr0.diff
> > Index: qemu-git-trunk/target-mips/translate.c
> > ===================================================================
> > --- qemu-git-trunk.orig/target-mips/translate.c     2012-06-04 
> > 05:35:53.245610241 +0100
> > +++ qemu-git-trunk/target-mips/translate.c  2012-06-04 05:39:26.245563823 
> > +0100
> > @@ -12776,6 +12776,7 @@ void cpu_state_reset(CPUMIPSState *env)
> >      env->CP0_SRSConf3 = env->cpu_model->CP0_SRSConf3;
> >      env->CP0_SRSConf4_rw_bitmask = env->cpu_model->CP0_SRSConf4_rw_bitmask;
> >      env->CP0_SRSConf4 = env->cpu_model->CP0_SRSConf4;
> > +    env->active_fpu.fcr0 = env->cpu_model->CP1_fcr0;
> 
> Reviewed-by: Richard Henderson <address@hidden>
> 
> 
> r~

What are the plans for this patch? It doesn't appear to have been
applied in any of the repository branches.

Thanks,
Phil

-- 
Phil Staub, Senior Member of Technical Staff, Wind River
Direct: 702.290.0470 Fax: 702.982.0085




reply via email to

[Prev in Thread] Current Thread [Next in Thread]