qemu-arm
[Top][All Lists]
Advanced

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

Re: [Qemu-arm] [Qemu-devel] [PATCH 4/7] target-arm: Update arm_generate_


From: Peter Maydell
Subject: Re: [Qemu-arm] [Qemu-devel] [PATCH 4/7] target-arm: Update arm_generate_debug_exceptions() to handle EL2/EL3
Date: Fri, 5 Feb 2016 15:55:11 +0000

On 5 February 2016 at 14:09, Alex Bennée <address@hidden> wrote:
>
> Peter Maydell <address@hidden> writes:
>> @@ -1767,6 +1765,14 @@ static inline int arm_debug_target_el(CPUARMState 
>> *env)
>>
>>  static inline bool aa64_generate_debug_exceptions(CPUARMState *env)
>>  {
>> +    if (arm_is_secure(env)) {
>> +        /* MDCR_EL3.SDD disables debug events from Secure state */
>
> Is it worth commenting that BRK still works?

This is true for all the checks made by this family of functions
so if we were going to say anything about BRK then this would not
be the right spot for it.

thanks
-- PMM



reply via email to

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