All of lore.kernel.org
 help / color / mirror / Atom feed
From: Penny Zheng <Penny.Zheng@arm.com>
To: xen-devel@lists.xenproject.org
Cc: wei.chen@arm.com, Penny Zheng <Penny.Zheng@arm.com>,
	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>,
	Penny Zheng <penny.zheng@arm.com>
Subject: [PATCH v7 9/9] xen: Add static memory sharing in SUPPORT.md
Date: Tue,  6 Sep 2022 16:59:41 +0800	[thread overview]
Message-ID: <20220906085941.944592-10-Penny.Zheng@arm.com> (raw)
In-Reply-To: <20220906085941.944592-1-Penny.Zheng@arm.com>

on ARM, static memory sharing is tech preview, which shall be documented
in SUPPORT.md

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

diff --git a/SUPPORT.md b/SUPPORT.md
index 8e040d1c1e..1979824ce5 100644
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -299,6 +299,13 @@ Allow sharing of identical pages between guests
 
     Status, x86 HVM: Experimental
 
+### Static Memory Sharing
+
+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
-- 
2.25.1



  parent reply	other threads:[~2022-09-06  9:09 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-06  8:59 [PATCH v7 0/9] static shared memory on dom0less system Penny Zheng
2022-09-06  8:59 ` [PATCH v7 1/9] xen/arm: introduce static shared memory Penny Zheng
2022-09-06 17:56   ` Julien Grall
2022-09-06 18:00   ` Julien Grall
2022-09-07  1:51     ` Penny Zheng
2022-09-07 13:49       ` Julien Grall
2022-09-06  8:59 ` [PATCH v7 2/9] xen/arm: assign static shared memory to the default owner dom_io Penny Zheng
2022-09-07 11:22   ` Julien Grall
2022-09-06  8:59 ` [PATCH v7 3/9] xen/arm: allocate static shared memory to a specific owner domain Penny Zheng
2022-09-06 21:55   ` Stefano Stabellini
2022-09-06  8:59 ` [PATCH v7 4/9] xen/arm: introduce put_page_nr and get_page_nr Penny Zheng
2022-09-06  8:59 ` [PATCH v7 5/9] xen/arm: Add additional reference to owner domain when the owner is allocated Penny Zheng
2022-09-06  8:59 ` [PATCH v7 6/9] xen/arm: set up shared memory foreign mapping for borrower domain Penny Zheng
2022-09-06  8:59 ` [PATCH v7 7/9] xen/arm: create shared memory nodes in guest device tree Penny Zheng
2022-09-06 22:02   ` Stefano Stabellini
2022-09-07 13:41   ` Julien Grall
2022-09-08  0:16     ` Stefano Stabellini
2022-09-08  3:21       ` Penny Zheng
2022-09-08 10:47         ` Julien Grall
2022-09-06  8:59 ` [PATCH v7 8/9] xen/arm: enable statically shared memory on Dom0 Penny Zheng
2022-09-06  8:59 ` Penny Zheng [this message]
2022-09-06 11:59   ` [PATCH v7 9/9] xen: Add static memory sharing in SUPPORT.md Michal Orzel
2022-09-07 13:46     ` Julien Grall

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220906085941.944592-10-Penny.Zheng@arm.com \
    --to=penny.zheng@arm.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=george.dunlap@citrix.com \
    --cc=jbeulich@suse.com \
    --cc=julien@xen.org \
    --cc=sstabellini@kernel.org \
    --cc=wei.chen@arm.com \
    --cc=wl@xen.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.