Re: [PATCH v6 3/6] xen/arm: ffa: Introduce VM to VM support

2025-07-15 Thread Bertrand Marquis
Hi Julien, Sorry for the very long delay. > On 30 May 2025, at 23:00, Julien Grall wrote: > > Hi Bertrand, > > On 22/05/2025 16:08, Bertrand Marquis wrote: >> diff --git a/xen/arch/arm/tee/ffa_partinfo.c >> b/xen/arch/arm/tee/ffa_partinfo.c >> index dfa0b23eaf38..66ea1860e97a 100644 >> --- a/

Re: [PATCH v6 3/6] xen/arm: ffa: Introduce VM to VM support

2025-05-30 Thread Julien Grall
Hi Bertrand, On 22/05/2025 16:08, Bertrand Marquis wrote: diff --git a/xen/arch/arm/tee/ffa_partinfo.c b/xen/arch/arm/tee/ffa_partinfo.c index dfa0b23eaf38..66ea1860e97a 100644 --- a/xen/arch/arm/tee/ffa_partinfo.c +++ b/xen/arch/arm/tee/ffa_partinfo.c @@ -150,6 +150,67 @@ out: return ret;

Re: [PATCH v6 3/6] xen/arm: ffa: Introduce VM to VM support

2025-05-22 Thread Jens Wiklander
Hi Bertrand, On Thu, May 22, 2025 at 5:08 PM Bertrand Marquis wrote: > > Create a CONFIG_FFA_VM_TO_VM parameter to activate FFA communication > between VMs. > When activated list VMs in the system with FF-A support in part_info_get. > > When VM to VM is activated, Xen will be tainted as Insecure