Re: [PATCH v2 24/35] xen/console: introduce hwdom_crashconsole=

2025-01-03 Thread Denis Mukhin
On Thursday, December 12th, 2024 at 4:29 AM, Roger Pau Monné wrote: > > > On Thu, Dec 05, 2024 at 08:41:54PM -0800, Denis Mukhin via B4 Relay wrote: > > > From: Denis Mukhin dmuk...@ford.com > > > > The new command line switch `hwdom_crashconsole=BOOL` allows to switch > > serial > > console in

Re: [PATCH v2 24/35] xen/console: introduce hwdom_crashconsole=

2024-12-12 Thread Roger Pau Monné
On Thu, Dec 05, 2024 at 08:41:54PM -0800, Denis Mukhin via B4 Relay wrote: > From: Denis Mukhin > > The new command line switch `hwdom_crashconsole=BOOL` allows to switch serial > console input focus to xen for machine state inspection using keyhandler > mechanism after the hardware domain crashe

[PATCH v2 24/35] xen/console: introduce hwdom_crashconsole=

2024-12-05 Thread Denis Mukhin via B4 Relay
From: Denis Mukhin The new command line switch `hwdom_crashconsole=BOOL` allows to switch serial console input focus to xen for machine state inspection using keyhandler mechanism after the hardware domain crashes. The new command line switch is aliased via `dom0=...,crashconsole` knob. Such fu