Re: [PATCH v3 6/7] xen/arm: introduce xen-evtchn dom0less property

2022-09-02 Thread Rahul Singh
Hi Julien, > On 1 Sep 2022, at 7:07 pm, Julien Grall wrote: > > Hi Rahul, > > On 01/09/2022 10:13, Rahul Singh wrote: >> Introduce a new sub-node under /chosen node to establish static event >> channel communication between domains on dom0less systems. >> An event channel will be created before

Re: [PATCH v3 6/7] xen/arm: introduce xen-evtchn dom0less property

2022-09-02 Thread Julien Grall
Hi Stefano, On 02/09/2022 03:20, Stefano Stabellini wrote: diff --git a/xen/include/xen/device_tree.h b/xen/include/xen/device_tree.h index 430a1ef445..5579c875d2 100644 --- a/xen/include/xen/device_tree.h +++ b/xen/include/xen/device_tree.h @@ -82,6 +82,7 @@ struct dt_device_node { dt_ph

Re: [PATCH v3 6/7] xen/arm: introduce xen-evtchn dom0less property

2022-09-01 Thread Stefano Stabellini
On Thu, 1 Sep 2022, Julien Grall wrote: > On 01/09/2022 10:13, Rahul Singh wrote: > > Introduce a new sub-node under /chosen node to establish static event > > channel communication between domains on dom0less systems. > > > > An event channel will be created beforehand to allow the domains to > >

Re: [PATCH v3 6/7] xen/arm: introduce xen-evtchn dom0less property

2022-09-01 Thread Julien Grall
Hi Rahul, On 01/09/2022 10:13, Rahul Singh wrote: Introduce a new sub-node under /chosen node to establish static event channel communication between domains on dom0less systems. An event channel will be created beforehand to allow the domains to send notifications to each other. Signed-off-by

[PATCH v3 6/7] xen/arm: introduce xen-evtchn dom0less property

2022-09-01 Thread Rahul Singh
Introduce a new sub-node under /chosen node to establish static event channel communication between domains on dom0less systems. An event channel will be created beforehand to allow the domains to send notifications to each other. Signed-off-by: Rahul Singh --- Changes in v3: - use device-tree