[PATCH] NEWS: mention console type in domain capabilities

Roman Bogorodskiy posted 1 patch 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20250619181749.33821-1-bogorodskiy@gmail.com
NEWS.rst | 11 +++++++++++
1 file changed, 11 insertions(+)
[PATCH] NEWS: mention console type in domain capabilities
Posted by Roman Bogorodskiy 6 months ago
Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
---
 NEWS.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 7d7df72a50..184df16547 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -47,6 +47,17 @@ v11.5.0 (unreleased)
 
 * **Improvements**
 
+  * Include supported console types in domain capabilities
+
+    Domain capabilities now include information about supported console types, such as::
+
+      <console supported='yes'>
+        <enum name='type'>
+          <value>pty</value>
+          <value>tcp</value>
+        </enum>
+      </console>
+
 * **Bug fixes**
 
 
-- 
2.49.0
Re: [PATCH] NEWS: mention console type in domain capabilities
Posted by Ján Tomko via Devel 6 months ago
On a Thursday in 2025, Roman Bogorodskiy wrote:
>Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
>---
> NEWS.rst | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
>diff --git a/NEWS.rst b/NEWS.rst
>index 7d7df72a50..184df16547 100644
>--- a/NEWS.rst
>+++ b/NEWS.rst
>@@ -47,6 +47,17 @@ v11.5.0 (unreleased)
>
> * **Improvements**
>
>+  * Include supported console types in domain capabilities
>+
>+    Domain capabilities now include information about supported console types, such as::
>+
>+      <console supported='yes'>
>+        <enum name='type'>
>+          <value>pty</value>
>+          <value>tcp</value>
>+        </enum>
>+      </console>
>+
> * **Bug fixes**
>
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano