]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: document `virsh console --resume` and `virsh (start|create) --console` osstest/frozen/xen-4.18-testing
authorMarc Hartmayer <mhartmay@linux.ibm.com>
Wed, 25 Oct 2023 09:03:54 +0000 (11:03 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 25 Oct 2023 10:23:37 +0000 (12:23 +0200)
Document the following changes:
 + added `virsh console --resume` subcommand option
 + improved `virsh start --console` behavior
 + improved `virsh create --console` behavior

Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
NEWS.rst

index fbdd9674a3290f409a625c8be7198c123cceb7b3..9d00616cd9b122697f6d26d39938a83c00637911 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -25,8 +25,23 @@ v9.9.0 (unreleased)
     guest features to see if the current libvirt supports both deleting
     and reverting external snapshots.
 
+  * virsh: add ``console --resume`` support
+
+    The ``virsh console`` subcommand now accepts a ``--resume`` option. This
+    will resume a paused guest after connecting to the console.
+
 * **Improvements**
 
+  * virsh: Improve ``virsh start --console`` behavior
+
+    The ``virsh start --console`` now tries to connect to the guest console
+    before starting the vCPUs.
+
+  * virsh: Improve ``virsh create --console`` behavior
+
+    The ``virsh create --console`` now tries to connect to the guest console
+    before starting the vCPUs.
+
 * **Bug fixes**