qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 08/14] target-arm: Allow cp access functions to


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 08/14] target-arm: Allow cp access functions to indicate traps to EL2 or EL3
Date: Thu, 28 May 2015 12:56:26 +0100

On 28 May 2015 at 12:48, Edgar E. Iglesias <address@hidden> wrote:
> On Tue, May 19, 2015 at 07:33:28PM +0100, Peter Maydell wrote:
>> Some coprocessor access functions will need to indicate that the
>> instruction should trap to EL2 or EL3 rather than the default
>> target exception level; add corresponding CPAccessResult enum
>> entries and handling code.

>>      case CP_ACCESS_TRAP_UNCATEGORIZED:
>>          syndrome = syn_uncategorized();
>
> Here it was, this needs target_el = exception_target_el(env);
>
> With that change:
> Reviewed-by: Edgar E. Iglesias <address@hidden>

Ah, I fixed this up in my working copy when you reviewed it,
but forgot to say so on list! No wonder I was confused...

-- PMM



reply via email to

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