> -----Original Message----- > From: Michal Orzel <michal.or...@amd.com> > Sent: Friday, August 26, 2022 3:21 PM > To: Penny Zheng <penny.zh...@arm.com>; xen-devel@lists.xenproject.org > Cc: Andrew Cooper <andrew.coop...@citrix.com>; George Dunlap > <george.dun...@citrix.com>; Jan Beulich <jbeul...@suse.com>; Julien Grall > <jul...@xen.org>; Stefano Stabellini <sstabell...@kernel.org>; Wei Liu > <w...@xen.org> > Subject: Re: [PATCH v6 9/9] xen: Add static memory sharing in SUPPORT.md > > Hi Penny, >
Hi Michal WoW,, super excited to see you back here;)))))))) > 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". > Ok, will do > > + > > + Status, ARM: Tech Preview > > + > > ### Memory Paging > > > > Allow pages belonging to guests to be paged to disk > > ~Michal A thousand thanks Penny