diff mbox series

[v6,9/9] xen: Add static memory sharing in SUPPORT.md

Message ID 20220721132115.3015761-10-Penny.Zheng@arm.com (mailing list archive)
State Superseded
Headers show
Series static shared memory on dom0less system | expand

Commit Message

Penny Zheng July 21, 2022, 1:21 p.m. UTC
on ARM, static memory sharing is tech preview, which shall be documented
in SUPPORT.md

Signed-off-by: Penny Zheng <penny.zheng@arm.com>
---
v6 change:
- new commit
---
 SUPPORT.md | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Michal Orzel Aug. 26, 2022, 7:21 a.m. UTC | #1
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.zheng@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
Penny Zheng Aug. 29, 2022, 6:20 a.m. UTC | #2
> -----Original Message-----
> From: Michal Orzel <michal.orzel@amd.com>
> Sent: Friday, August 26, 2022 3:21 PM
> To: Penny Zheng <Penny.Zheng@arm.com>; xen-devel@lists.xenproject.org
> Cc: Andrew Cooper <andrew.cooper3@citrix.com>; George Dunlap
> <george.dunlap@citrix.com>; Jan Beulich <jbeulich@suse.com>; Julien Grall
> <julien@xen.org>; Stefano Stabellini <sstabellini@kernel.org>; Wei Liu
> <wl@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.zheng@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
diff mbox series

Patch

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
+
+    Status, ARM: Tech Preview
+
 ### Memory Paging
 
 Allow pages belonging to guests to be paged to disk