qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 3/3] target-arm: explicitly decode SEVL instruct


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 3/3] target-arm: explicitly decode SEVL instruction
Date: Tue, 2 Jul 2013 13:53:21 +0100

On 13 June 2013 14:15, Andreas Färber <address@hidden> wrote:
> Am 07.06.2013 14:06, schrieb Mans Rullgard:
>>      case 2: /* wfe */
>>      case 4: /* sev */
>> +    case 5: /* sevl */
>>          /* TODO: Implement SEV and WFE.  May help SMP performance.  */
>>      default: /* nop */
>>          break;
>
> So does SEVL need to be implemented? Then the TODO should be updated.
> Otherwise moving it a line down may be clearer.

I updated the comment to mention SEVL as part of taking this patch
into target-arm.next.

thanks
-- PMM



reply via email to

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