Hi Jens, > On 10 Jun 2024, at 08:53, Jens Wiklander <jens.wiklan...@linaro.org> wrote: > > Add support for FF-A notifications, currently limited to an SP (Secure > Partition) sending an asynchronous notification to a guest. > > Guests and Xen itself are made aware of pending notifications with an > interrupt. The interrupt handler triggers a tasklet to retrieve the > notifications using the FF-A ABI and deliver them to their destinations. > > Update ffa_partinfo_domain_init() to return error code like > ffa_notif_domain_init(). > > Signed-off-by: Jens Wiklander <jens.wiklan...@linaro.org>
Thanks for the fixes. Reviewed-by: Bertrand Marquis <bertrand.marq...@arm.com> Cheers Bertrand