Re: [PATCH 6/9] xen/x86: generalize preferred console model from PV to PVH Dom0

2021-09-23 Thread Juergen Gross
On 07.09.21 12:10, Jan Beulich wrote: Without announcing hvc0 as preferred it won't get used as long as tty0 gets registered earlier. This is particularly problematic with there not being any screen output for PVH Dom0 when the screen is in graphics mode, as the necessary information doesn't get

[PATCH 6/9] xen/x86: generalize preferred console model from PV to PVH Dom0

2021-09-07 Thread Jan Beulich
Without announcing hvc0 as preferred it won't get used as long as tty0 gets registered earlier. This is particularly problematic with there not being any screen output for PVH Dom0 when the screen is in graphics mode, as the necessary information doesn't get conveyed yet from the hypervisor. Follo