Re: [PATCH libvirt v1 2/3] Improve `virsh start --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 start --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 guest > 2. a

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

2023-10-23 Thread Thomas Huth
On 28/09/2023 17.37, Marc Hartmayer wrote: When starting a guest via libvirt (`virsh start --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 guest 2. attach the

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

2023-09-28 Thread Marc Hartmayer
When starting a guest via libvirt (`virsh start --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 guest 2. attach the console 3. resume the guest Reviewed-by: Bo

Re: [RFC PATCH libvirt v1 2/3] Improve `virsh start --console` behavior

2023-09-26 Thread Daniel P . Berrangé
On Tue, Sep 26, 2023 at 02:11:37PM +0200, Marc Hartmayer wrote: > On Mon, Sep 25, 2023 at 04:15 PM +0100, Daniel P. Berrangé > wrote: > > On Mon, Sep 25, 2023 at 03:39:09PM +0200, Marc Hartmayer wrote: > >> When starting a guest via libvirt (`virsh start --console`), early > >> console output was

Re: [RFC PATCH libvirt v1 2/3] Improve `virsh start --console` behavior

2023-09-26 Thread Marc Hartmayer
On Mon, Sep 25, 2023 at 04:15 PM +0100, Daniel P. Berrangé wrote: > On Mon, Sep 25, 2023 at 03:39:09PM +0200, Marc Hartmayer wrote: >> When starting a guest via libvirt (`virsh start --console`), early >> console output was missed because the guest was started first and then >> the console was at

Re: [RFC PATCH libvirt v1 2/3] Improve `virsh start --console` behavior

2023-09-25 Thread Daniel P . Berrangé
On Mon, Sep 25, 2023 at 03:39:09PM +0200, Marc Hartmayer wrote: > When starting a guest via libvirt (`virsh start --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. crea

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

2023-09-25 Thread Marc Hartmayer
When starting a guest via libvirt (`virsh start --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 guest 2. attach the console 3. resume the guest Reviewed-by: Bo