OSDN Git Service

x86/PVH: obtain VGA console info in Dom0
authorJan Beulich <jbeulich@suse.com>
Mon, 13 Mar 2023 14:45:48 +0000 (15:45 +0100)
committerJuergen Gross <jgross@suse.com>
Tue, 14 Mar 2023 14:20:51 +0000 (15:20 +0100)
commit934ef33ee75c3846f605f18b65048acd147e3918
tree5b5b2fd04466a3c1528176ad31982a9fec68615e
parent99a7bcafbd0d04555074554573019096a8c10450
x86/PVH: obtain VGA console info in Dom0

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