qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3] target-arm: Fix resetting issues on ARMv7-M


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v3] target-arm: Fix resetting issues on ARMv7-M CPUs
Date: Mon, 8 Sep 2014 13:48:44 +0100

On 8 September 2014 13:37, Martin Galvan
<address@hidden> wrote:
> On Sat, Sep 6, 2014 at 8:00 AM, Peter Crosthwaite
> <address@hidden> wrote:
>> On Sat, Sep 6, 2014 at 8:42 PM, Peter Maydell <address@hidden> wrote:
>>> On 6 September 2014 03:45, Peter Crosthwaite
>>> <address@hidden> wrote:
>>>> CC Alistair who is into ARMv7M
>>>>
>>>> On Sat, Sep 6, 2014 at 4:39 AM, Martin Galvan
>>>> <address@hidden> wrote:
>>>>>      }
>>>>>>
>>>>>>      if (env->cp15.c1_sys & SCTLR_V) {
>>>>>> -            env->regs[15] = 0xFFFF0000;
>>>>>> +        env->regs[15] = 0xFFFF0000;
>>>>
>>>> Out of scope change.
>
> Oh, I must've changed that and forgotten it was gonna be included on
> the patch. Still, quoting
> http://wiki.qemu.org/Contribute/SubmitAPatch:
>
> "It's OK to fix coding style issues in the immediate area (few lines)
> of the lines you're changing. "

Yeah, this kind of thing is a judgement call. In this
case I kind of agree with Peter so I'll just split it
out into a separate patch for you when I apply this
to my target-arm tree.

>>> So the comment is actually incorrect and we should probably
>>> delete it.
>>
>> Yep, thats what I was thinking but your reasonings are more correct than 
>> mine.
>
> Should I send a new patch version, just to remove that one comment?

No, don't bother, I'll just remove it when I apply this
to target-arm.

(with the tweaks I'm going to make as above)
Reviewed-by: Peter Maydell <address@hidden>

thanks
-- PMM



reply via email to

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