]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: mention console type in domain capabilities
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Thu, 19 Jun 2025 18:15:40 +0000 (20:15 +0200)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Sun, 22 Jun 2025 06:28:55 +0000 (08:28 +0200)
Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index 7d7df72a509630b6b962c9ebe095c0f83efdfc46..184df165479678b5d6f3cd892d36a8d08983d3f1 100644 (file)
--- 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**