Re: [PATCH v5 6/7] xen/arm: introduce new xen,enhanced property value

2022-09-07 Thread Stefano Stabellini
On Wed, 7 Sep 2022, Rahul Singh wrote: > Introduce a new "xen,enhanced" dom0less property value "no-xenstore" to > disable xenstore interface for dom0less guests. > > Signed-off-by: Rahul Singh Reviewed-by: Stefano Stabellini > --- > Changes in v5: > - fix minor comments > - change unit64_t

[PATCH v5 6/7] xen/arm: introduce new xen,enhanced property value

2022-09-07 Thread Rahul Singh
Introduce a new "xen,enhanced" dom0less property value "no-xenstore" to disable xenstore interface for dom0less guests. Signed-off-by: Rahul Singh --- Changes in v5: - fix minor comments - change unit64_t to uint16_t for dom0less_feature Changes in v4: - Implement defines for dom0less features