qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v5 49/76] target/mips: Adjust exception_resume_p


From: Aleksandar Markovic
Subject: Re: [Qemu-devel] [PATCH v5 49/76] target/mips: Adjust exception_resume_pc() for nanoMIPS
Date: Thu, 2 Aug 2018 12:01:47 +0000

Hi, Richard.

> From: Richard Henderson <address@hidden>
> Sent: Tuesday, July 31, 2018 9:18 PM
> On 07/30/2018 12:12 PM, Aleksandar Markovic wrote:
> > -    isa_mode = !!(env->hflags & MIPS_HFLAG_M16);
> > +    isa_mode = env->hflags & MIPS_HFLAG_M16 &&
> > +                !(env->insn_flags & ISA_NANOMIPS32);
> 
> Likewise re nanomips not setting M16.

For this group of patches related to M16 we devised a solution, however, som of 
the test are failing, and wee need more time to analyze the failures and the 
solution. This means that any fix won't be included in v6, or any later 
version, until we find and verify a good solution. This is just to give you 
heads up, so that you don't spend time on reviewing patches that did not change 
from the preceding version. Of course, many thanks for all reviews so far.

Yours,
Aleksandar




reply via email to

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