Re: [PATCH libvirt v1 3/3] Improve `virsh create --console` behavior

2023-10-24 Thread Michal Prívozník
On 9/28/23 17:37, Marc Hartmayer wrote: > When starting a guest via libvirt (`virsh create --console`), early > console output was missed because the guest was started first and then > the console was attached. This patch changes this to the following > sequence: > > 1. create a paused transient

Re: [PATCH libvirt v1 3/3] Improve `virsh create --console` behavior

2023-10-23 Thread Thomas Huth
On 28/09/2023 17.37, Marc Hartmayer wrote: When starting a guest via libvirt (`virsh create --console`), early console output was missed because the guest was started first and then the console was attached. This patch changes this to the following sequence: 1. create a paused transient guest

[PATCH libvirt v1 3/3] Improve `virsh create --console` behavior

2023-09-28 Thread Marc Hartmayer
When starting a guest via libvirt (`virsh create --console`), early console output was missed because the guest was started first and then the console was attached. This patch changes this to the following sequence: 1. create a paused transient guest 2. attach the console 3. resume the guest

[RFC PATCH libvirt v1 3/3] Improve `virsh create --console` behavior

2023-09-25 Thread Marc Hartmayer
When starting a guest via libvirt (`virsh create --console`), early console output was missed because the guest was started first and then the console was attached. This patch changes this to the following sequence: 1. create a paused transient guest 2. attach the console 3. resume the guest