Hi Penny, On 21/07/2022 15:21, Penny Zheng wrote: > on ARM, static memory sharing is tech preview, which shall be documented NIT: missing 'a' before 'tech preview'.
> in SUPPORT.md > > Signed-off-by: Penny Zheng <penny.zh...@arm.com> > --- > v6 change: > - new commit > --- > SUPPORT.md | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/SUPPORT.md b/SUPPORT.md > index 8e040d1c1e..3dfe6d2fbe 100644 > --- a/SUPPORT.md > +++ b/SUPPORT.md > @@ -299,6 +299,12 @@ Allow sharing of identical pages between guests > > Status, x86 HVM: Experimental > > +### Static Memory Sharing > + > +Allow memory pre-shared among multiple domains at boot time through device > tree configuration This does not explicitly state that this feature is for dom0less only. How about taking what you wrote in booting.txt: "Allow to statically set up shared memory on dom0less system, enabling domains to do shm-based communication". > + > + Status, ARM: Tech Preview > + > ### Memory Paging > > Allow pages belonging to guests to be paged to disk ~Michal