Re: [PATCH] news: document `virsh console --resume` and `virsh (start|create) --console`

2023-10-25 Thread Marc Hartmayer
On Wed, Oct 25, 2023 at 12:24 PM +0200, Martin Kletzander  
wrote:
> On Wed, Oct 25, 2023 at 11:03:54AM +0200, Marc Hartmayer wrote:
>>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 
>
> Reviewed-by: Martin Kletzander 
>
> and pushed.

Thanks.

[…snip]

-- 
Kind regards / Beste Grüße
   Marc Hartmayer

IBM Deutschland Research & Development GmbH
Vorsitzender des Aufsichtsrats: Gregor Pillen
Geschäftsführung: David Faller
Sitz der Gesellschaft: Böblingen
Registergericht: Amtsgericht Stuttgart, HRB 243294



Re: [PATCH] news: document `virsh console --resume` and `virsh (start|create) --console`

2023-10-25 Thread Martin Kletzander

On Wed, Oct 25, 2023 at 11:03:54AM +0200, Marc Hartmayer wrote:

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 


Reviewed-by: Martin Kletzander 

and pushed.


---
NEWS.rst | 15 +++
1 file changed, 15 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index fbdd9674a329..9d00616cd9b1 100644
--- 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**


--
2.34.1



signature.asc
Description: PGP signature


[PATCH] news: document `virsh console --resume` and `virsh (start|create) --console`

2023-10-25 Thread Marc Hartmayer
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 
---
 NEWS.rst | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index fbdd9674a329..9d00616cd9b1 100644
--- 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**
 
 
-- 
2.34.1