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
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)
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
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
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
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