[PATCH] SUPPORT.md: add xen-9pfsd

Juergen Gross posted 1 patch 1 month, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20240306112736.2546-1-jgross@suse.com
SUPPORT.md | 1 +
1 file changed, 1 insertion(+)
[PATCH] SUPPORT.md: add xen-9pfsd
Posted by Juergen Gross 1 month, 3 weeks ago
Add a support statement for the new xen-9pfsd backend. Set it to
"Experimental", as some functionality for Linux guests is missing
(only tested to work with Xenstore-stubdom).

Signed-off-by: Juergen Gross <jgross@suse.com>
---
 SUPPORT.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/SUPPORT.md b/SUPPORT.md
index a90d1108c9..8d21bc7945 100644
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -664,6 +664,7 @@ there is currently no xl support.
 ### PV 9pfs (backend)
 
     Status, QEMU: Tech Preview
+    Status, xen-9pfsd: Experimental
 
 ### PVCalls (backend)
 
-- 
2.35.3
Re: [PATCH] SUPPORT.md: add xen-9pfsd
Posted by Jan Beulich 1 month, 3 weeks ago
On 06.03.2024 12:27, Juergen Gross wrote:
> Add a support statement for the new xen-9pfsd backend. Set it to
> "Experimental", as some functionality for Linux guests is missing
> (only tested to work with Xenstore-stubdom).
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>

Acked-by: Jan Beulich <jbeulich@suse.com>