Re: [PATCH v2 2/2] x86/pvh: zero VGA information

2024-04-22 Thread Jan Beulich
On 22.04.2024 11:52, Roger Pau Monne wrote: > PVH guests skip real mode VGA detection, and never have a VGA available, hence > the default VGA selection is not applicable, and at worse can cause confusion > when parsing Xen boot log. > > Zero the boot_vid_info structure when Xen is booted from

[PATCH v2 2/2] x86/pvh: zero VGA information

2024-04-22 Thread Roger Pau Monne
PVH guests skip real mode VGA detection, and never have a VGA available, hence the default VGA selection is not applicable, and at worse can cause confusion when parsing Xen boot log. Zero the boot_vid_info structure when Xen is booted from the PVH entry point. This fixes Xen incorrectly