Re: [PATCH libvirt v1 0/3] Ensure full early console access with libvirt

2023-10-25 Thread Marc Hartmayer
On Tue, Oct 24, 2023 at 09:29 AM -0700, Andrea Bolognani wrote: > On Tue, Oct 24, 2023 at 05:14:41PM +0200, Marc Hartmayer wrote: >> On Tue, Oct 24, 2023 at 02:12 PM +0200, Michal Prívozník >> wrote: >> > On 9/28/23 17:37, Marc Hartmayer wrote: >> >> Marc Hartmayer (3): >> >> virsh: add

Re: [PATCH libvirt v1 0/3] Ensure full early console access with libvirt

2023-10-24 Thread Andrea Bolognani
On Tue, Oct 24, 2023 at 05:14:41PM +0200, Marc Hartmayer wrote: > On Tue, Oct 24, 2023 at 02:12 PM +0200, Michal Prívozník > wrote: > > On 9/28/23 17:37, Marc Hartmayer wrote: > >> Marc Hartmayer (3): > >> virsh: add `console --resume` support > >> Improve `virsh start --console` behavior >

Re: [PATCH libvirt v1 0/3] Ensure full early console access with libvirt

2023-10-24 Thread Marc Hartmayer
On Tue, Oct 24, 2023 at 02:12 PM +0200, Michal Prívozník wrote: > On 9/28/23 17:37, Marc Hartmayer wrote: >> Currently, early console output may be lost, e.g. if starting a guest with >> `virsh start --console` guest, which can make debugging of early failures >> very >> difficult >> (like zipl

Re: [PATCH libvirt v1 0/3] Ensure full early console access with libvirt

2023-10-24 Thread Michal Prívozník
On 9/28/23 17:37, Marc Hartmayer wrote: > Currently, early console output may be lost, e.g. if starting a guest with > `virsh start --console` guest, which can make debugging of early failures very > difficult > (like zipl messages or disabled wait conditions happening early). This is > because

Re: [PATCH libvirt v1 0/3] Ensure full early console access with libvirt

2023-10-19 Thread Marc Hartmayer
On Wed, Oct 11, 2023 at 10:05 AM +0200, "Marc Hartmayer" wrote: > On Thu, Sep 28, 2023 at 05:37 PM +0200, Marc Hartmayer > wrote: >> Currently, early console output may be lost, e.g. if starting a guest with >> `virsh start --console` guest, which can make debugging of early failures >> very

Re: [PATCH libvirt v1 0/3] Ensure full early console access with libvirt

2023-10-11 Thread Marc Hartmayer
On Thu, Sep 28, 2023 at 05:37 PM +0200, Marc Hartmayer wrote: > Currently, early console output may be lost, e.g. if starting a guest with > `virsh start --console` guest, which can make debugging of early failures very > difficult > (like zipl messages or disabled wait conditions happening

[PATCH libvirt v1 0/3] Ensure full early console access with libvirt

2023-09-28 Thread Marc Hartmayer
Currently, early console output may be lost, e.g. if starting a guest with `virsh start --console` guest, which can make debugging of early failures very difficult (like zipl messages or disabled wait conditions happening early). This is because QEMU may emit serial console output before the

[RFC PATCH libvirt v1 0/3] Ensure full early console access with libvirt

2023-09-25 Thread Marc Hartmayer
Currently, early console output may be lost, e.g. if starting a guest with `virsh start --console` guest, which can make debugging of early failures very difficult (like zipl messages or disabled wait conditions happening early). This is because QEMU may emit serial console output before the