[PATCH 1/2] SUPPORT.md: add xenstore stubdom as supported

Juergen Gross posted 2 patches 5 months, 1 week ago
[PATCH 1/2] SUPPORT.md: add xenstore stubdom as supported
Posted by Juergen Gross 5 months, 1 week ago
SUPPORT.md is missing a suupport statement for Xenstore stubdom.

As SUSE is using it in production since several years now, it should
be added as "supported". This covers the PV and the PVH variant.

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

diff --git a/SUPPORT.md b/SUPPORT.md
index e8fd0c251e..7dbb477765 100644
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -272,6 +272,16 @@ or itself will not be regarded a security issue.
     Status: Supported
     Status, Liveupdate: Tech Preview
 
+### C xenstore stubdom PV
+
+    Status: Supported
+    Status, Liveupdate: Not implemented
+
+### C xenstore stubdom PVH
+
+    Status: Supported
+    Status, Liveupdate: Not implemented
+
 ### OCaml xenstored daemon
 
     Status: Supported
-- 
2.43.0
Re: [PATCH 1/2] SUPPORT.md: add xenstore stubdom as supported
Posted by Jan Beulich 5 months, 1 week ago
On 21.05.2025 06:46, Juergen Gross wrote:
> SUPPORT.md is missing a suupport statement for Xenstore stubdom.
> 
> As SUSE is using it in production since several years now, it should
> be added as "supported". This covers the PV and the PVH variant.
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>

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