qemu-arm
[Top][All Lists]
Advanced

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

Re: [Qemu-arm] [Qemu-devel] [PATCH 12/22] hw/misc/iotkit-secctl: Wire up


From: Peter Maydell
Subject: Re: [Qemu-arm] [Qemu-devel] [PATCH 12/22] hw/misc/iotkit-secctl: Wire up registers for controlling MSCs
Date: Thu, 23 Aug 2018 18:25:12 +0100

On 23 August 2018 at 18:21, Richard Henderson
<address@hidden> wrote:
> On 08/20/2018 07:11 AM, Peter Maydell wrote:
>> The IoTKit does not have any Master Security Contollers itself,
>> but it does provide registers in the secure privilege control
>> block which allow control of MSCs in the external system.
>> Add support for these registers.
>>
>> Signed-off-by: Peter Maydell <address@hidden>
>> Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
>> ---
>>  include/hw/misc/iotkit-secctl.h | 14 +++++++
>>  hw/misc/iotkit-secctl.c         | 73 +++++++++++++++++++++++++++++----
>>  2 files changed, 79 insertions(+), 8 deletions(-)
>
>
> Reviewed-by: Richard Henderson <address@hidden>
>
>>
>> +static bool needed_always(void *opaque)
>> +{
>> +    return true;
>> +}
>
> We really should either make NULL imply just this,
> or export one copy from generic code.  Soon...

I sent a patch for doing the former, but it got some pushback
from Juan:
https://patchwork.ozlabs.org/patch/954507/

thanks
-- PMM



reply via email to

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