On 04.01.2025 02:58, Denis Mukhin via B4 Relay wrote: > --- a/xen/drivers/char/console.c > +++ b/xen/drivers/char/console.c > @@ -518,8 +518,8 @@ int console_set_owner(domid_t domid) > console_owner = domid; > > if ( switch_code ) > - printk(" (type 'CTRL-%c' three times to switch input)", > - opt_conswitch[0]); > + printk(" (type 'CTRL-%c%c%c' to switch input)", > + opt_conswitch[0], opt_conswitch[0], opt_conswitch[0]);
I view this as ambiguous: It could mean Ctrl-<?> Ctrl-<?> Ctrl-<?> or Ctrl-<?> <?> <?>. Plus again - how's this related to the goal of the series? Jan