Re: [PATCH v2 27/35] xen/console: flush console ring to physical console

2025-01-03 Thread Denis Mukhin
On Thursday, December 12th, 2024 at 6:21 AM, Roger Pau Monné wrote: > > > On Thu, Dec 05, 2024 at 08:41:57PM -0800, Denis Mukhin via B4 Relay wrote: > > > From: Denis Mukhin dmuk...@ford.com > > > > Messages printed before the serial and VGA consoles are initialized end up > > in > > the intern

Re: [PATCH v2 27/35] xen/console: flush console ring to physical console

2024-12-12 Thread Roger Pau Monné
On Thu, Dec 05, 2024 at 08:41:57PM -0800, Denis Mukhin via B4 Relay wrote: > From: Denis Mukhin > > Messages printed before the serial and VGA consoles are initialized end up in > the internal console buffer (conring). Flush contents of conring to all > external consoles after external consoles a

[PATCH v2 27/35] xen/console: flush console ring to physical console

2024-12-05 Thread Denis Mukhin via B4 Relay
From: Denis Mukhin Messages printed before the serial and VGA consoles are initialized end up in the internal console buffer (conring). Flush contents of conring to all external consoles after external consoles are fully initialied. Link: https://gitlab.com/xen-project/xen/-/issues/184 Signed-of