Re: [PATCH v2 21/35] xen/console: introduce console_init_owner()

2025-01-03 Thread Denis Mukhin
On Thursday, December 12th, 2024 at 2:23 AM, Roger Pau Monné wrote: > > > On Thu, Dec 05, 2024 at 08:41:51PM -0800, Denis Mukhin via B4 Relay wrote: > > > From: Denis Mukhin dmuk...@ford.com > > > > console_init_owner() is introduced for selecting the boot-time console > > owner. > > > > Signed

Re: [PATCH v2 21/35] xen/console: introduce console_init_owner()

2025-01-03 Thread Denis Mukhin
On Tuesday, December 10th, 2024 at 11:31 PM, Jan Beulich wrote: > > > On 06.12.2024 05:41, Denis Mukhin via B4 Relay wrote: > > > --- a/xen/drivers/char/console.c > > +++ b/xen/drivers/char/console.c > > @@ -554,6 +554,22 @@ static void console_find_owner(void) > > console_set_owner(DOMID_XEN)

Re: [PATCH v2 21/35] xen/console: introduce console_init_owner()

2024-12-12 Thread Roger Pau Monné
On Thu, Dec 05, 2024 at 08:41:51PM -0800, Denis Mukhin via B4 Relay wrote: > From: Denis Mukhin > > console_init_owner() is introduced for selecting the boot-time console owner. > > Signed-off-by: Denis Mukhin > --- > xen/drivers/char/console.c | 27 +-- > 1 file change

Re: [PATCH v2 21/35] xen/console: introduce console_init_owner()

2024-12-10 Thread Jan Beulich
On 06.12.2024 05:41, Denis Mukhin via B4 Relay wrote: > --- a/xen/drivers/char/console.c > +++ b/xen/drivers/char/console.c > @@ -554,6 +554,22 @@ static void console_find_owner(void) > console_set_owner(DOMID_XEN); > } > > +static void console_init_owner(void) > +{ > +domid_t domid

Re: [PATCH v2 21/35] xen/console: introduce console_init_owner()

2024-12-10 Thread Jason Andryuk
On 2024-12-05 23:41, Denis Mukhin via B4 Relay wrote: From: Denis Mukhin console_init_owner() is introduced for selecting the boot-time console owner. Signed-off-by: Denis Mukhin Reviewed-by: Jason Andryuk

[PATCH v2 21/35] xen/console: introduce console_init_owner()

2024-12-05 Thread Denis Mukhin via B4 Relay
From: Denis Mukhin console_init_owner() is introduced for selecting the boot-time console owner. Signed-off-by: Denis Mukhin --- xen/drivers/char/console.c | 27 +-- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/xen/drivers/char/console.c b/xen/drivers