Re: [PATCH v3] xen/evtchn: Add design for static event channel signaling

2022-06-10 Thread Stefano Stabellini
On Fri, 13 May 2022, Rahul Singh wrote: > This patch introduces a new feature to support the signaling between > two domains in dom0less system. > > Signed-off-by: Rahul Singh > --- > v3 changes: > - add dt node example for dom0 and domU. > - add info about "xen,enhanced" property to enable the e

[PATCH v3] xen/evtchn: Add design for static event channel signaling

2022-05-13 Thread Rahul Singh
This patch introduces a new feature to support the signaling between two domains in dom0less system. Signed-off-by: Rahul Singh --- v3 changes: - add dt node example for dom0 and domU. - add info about "xen,enhanced" property to enable the event-channel interface for domU guests. v2 changes: -