Re: [PATCH v2 34/35] xen/console: enable console owners w/ emulated NS8250

2025-01-03 Thread Denis Mukhin
On Tuesday, December 10th, 2024 at 11:38 PM, Jan Beulich wrote: > > > On 10.12.2024 23:46, Jason Andryuk wrote: > > > On 2024-12-05 23:42, Denis Mukhin via B4 Relay wrote: > > > > > From: Denis Mukhin dmuk...@ford.com > > > > > > Enable console focus for domains w/ virtual NS8250. > > > > > >

Re: [PATCH v2 34/35] xen/console: enable console owners w/ emulated NS8250

2025-01-03 Thread Denis Mukhin
On Tuesday, December 10th, 2024 at 2:46 PM, Jason Andryuk wrote: > > > On 2024-12-05 23:42, Denis Mukhin via B4 Relay wrote: > > > From: Denis Mukhin dmuk...@ford.com > > > > Enable console focus for domains w/ virtual NS8250. > > > > Code change allows to capture the output from the guest OS

Re: [PATCH v2 34/35] xen/console: enable console owners w/ emulated NS8250

2024-12-10 Thread Jan Beulich
On 10.12.2024 23:46, Jason Andryuk wrote: > On 2024-12-05 23:42, Denis Mukhin via B4 Relay wrote: >> From: Denis Mukhin >> >> Enable console focus for domains w/ virtual NS8250. >> >> Code change allows to capture the output from the guest OS now and send it to >> the physical console device. >> >

Re: [PATCH v2 34/35] xen/console: enable console owners w/ emulated NS8250

2024-12-10 Thread Jan Beulich
On 10.12.2024 23:46, Jason Andryuk wrote: > On 2024-12-05 23:42, Denis Mukhin via B4 Relay wrote: >> From: Denis Mukhin >> >> Enable console focus for domains w/ virtual NS8250. >> >> Code change allows to capture the output from the guest OS now and send it to >> the physical console device. >> >

Re: [PATCH v2 34/35] xen/console: enable console owners w/ emulated NS8250

2024-12-10 Thread Jason Andryuk
On 2024-12-05 23:42, Denis Mukhin via B4 Relay wrote: From: Denis Mukhin Enable console focus for domains w/ virtual NS8250. Code change allows to capture the output from the guest OS now and send it to the physical console device. Signed-off-by: Denis Mukhin --- xen/drivers/char/console.c

[PATCH v2 34/35] xen/console: enable console owners w/ emulated NS8250

2024-12-05 Thread Denis Mukhin via B4 Relay
From: Denis Mukhin Enable console focus for domains w/ virtual NS8250. Code change allows to capture the output from the guest OS now and send it to the physical console device. Signed-off-by: Denis Mukhin --- xen/drivers/char/console.c | 5 + 1 file changed, 5 insertions(+) diff --git a