On 23.11.2022 16:45, Roger Pau Monne wrote: > This is required so PVH dom0 can get the initial video console state > as handled by Xen. PV dom0 will get this as part of the start_info, > but it doesn't seem necessary to place such information in the > HVM start info. > > Signed-off-by: Roger Pau Monné <roger....@citrix.com>
I'm okay with this as is, so Reviewed-by: Jan Beulich <jbeul...@suse.com> but ... > xen/arch/x86/platform_hypercall.c | 11 +++++++++++ > xen/drivers/video/vga.c | 2 +- > xen/include/public/platform.h | 6 ++++++ > 3 files changed, 18 insertions(+), 1 deletion(-) ... wasn't the goal for Arm to have the same interface? Jan