On 19.03.2025 00:36, dm...@proton.me wrote: > Update the symbol name in preparation for the semantic change > to the physical console input owner domain identifier.
As you say, no semantic change here just yet, but then ... > --- a/xen/drivers/char/console.c > +++ b/xen/drivers/char/console.c > @@ -465,12 +465,9 @@ static void cf_check dump_console_ring_key(unsigned char > key) > * and the DomUs started from Xen at boot. > */ > #define switch_code (opt_conswitch[0]-'a'+1) > -/* > - * console_rx=0 => input to xen > - * console_rx=1 => input to dom0 (or the sole shim domain) > - * console_rx=N => input to dom(N-1) > - */ ... this (correct) comment is replaced by ... > -static unsigned int __read_mostly console_rx = 0; > + > +/* Console owner domain identifier. */ ... this (right now) incorrect one. Jan