Re: [PATCH libvirt v1 1/3] virsh: add `console --resume` support

2023-10-24 Thread Michal Prívozník
On 9/28/23 17:37, Marc Hartmayer wrote: > This patch adds the command line flag `--resume` to the `virsh console` > command. This resumes a paused guest after connecting to the console. > This might be handy since it's a "common" pattern to start a guest > paused, connect to the console, and then

Re: [PATCH libvirt v1 1/3] virsh: add `console --resume` support

2023-10-23 Thread Thomas Huth
On 28/09/2023 17.37, Marc Hartmayer wrote: This patch adds the command line flag `--resume` to the `virsh console` command. This resumes a paused guest after connecting to the console. This might be handy since it's a "common" pattern to start a guest paused, connect to the console, and then

[PATCH libvirt v1 1/3] virsh: add `console --resume` support

2023-09-28 Thread Marc Hartmayer
This patch adds the command line flag `--resume` to the `virsh console` command. This resumes a paused guest after connecting to the console. This might be handy since it's a "common" pattern to start a guest paused, connect to the console, and then resume it so as not to miss any console

[RFC PATCH libvirt v1 1/3] virsh: add `console --resume` support

2023-09-25 Thread Marc Hartmayer
This patch adds the command line flag `--resume` to the `virsh console` command. This resumes a paused guest after connecting to the console. This might be handy since it's a "common" pattern to start a guest paused, connect to the console, and then resume it so as not to miss any console