Re: [PATCH 7/8] xen: introduce xen-evtchn dom0less property

2022-08-08 Thread Rahul Singh
Hi Julien, > On 5 Aug 2022, at 5:14 pm, Julien Grall wrote: > > > > On 05/08/2022 17:10, Rahul Singh wrote: >> Hi , > > Hi Rahul, > >>> On 22 Jun 2022, at 3:38 pm, Rahul Singh wrote: >>> >>> Introduce a new sub-node under /chosen node to establish static event >>> channel communication bet

Re: [PATCH 7/8] xen: introduce xen-evtchn dom0less property

2022-08-05 Thread Julien Grall
On 05/08/2022 17:10, Rahul Singh wrote: Hi , Hi Rahul, On 22 Jun 2022, at 3:38 pm, 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

Re: [PATCH 7/8] xen: introduce xen-evtchn dom0less property

2022-08-05 Thread Rahul Singh
Hi , > On 22 Jun 2022, at 3:38 pm, 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 othe

[PATCH 7/8] xen: introduce xen-evtchn dom0less property

2022-06-22 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 --- docs/misc/arm/device-tree/booting