x86/PVH: obtain VGA console info in Dom0
authorJan Beulich <jbeulich@suse.com>
Mon, 13 Mar 2023 14:45:48 +0000 (15:45 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Apr 2023 10:10:39 +0000 (12:10 +0200)
commit3e48f7b53de41f5be2fe7d92b50f33d0f7ec7f91
tree46efc360d1b9a07bcfd557b75ecaa87c2ea7ab8a
parentdf0833da4bfac69739b849b3dff4838e590542e5
x86/PVH: obtain VGA console info in Dom0

[ Upstream commit 934ef33ee75c3846f605f18b65048acd147e3918 ]

A new platform-op was added to Xen to allow obtaining the same VGA
console information PV Dom0 is handed. Invoke the new function and have
the output data processed by xen_init_vga().

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/8f315e92-7bda-c124-71cc-478ab9c5e610@suse.com
Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/x86/xen/Makefile
arch/x86/xen/enlighten_pv.c
arch/x86/xen/enlighten_pvh.c
arch/x86/xen/vga.c
arch/x86/xen/xen-ops.h
include/xen/interface/platform.h