Re: [PATCH] xen/xsm: Wire up get_dom0_console

2024-04-29 Thread Daniel P. Smith
On 4/26/24 00:04, Jason Andryuk wrote: An XSM hook for get_dom0_console is currently missing. Using XSM with a PVH dom0 shows: (XEN) FLASK: Denying unknown platform_op: 64. Wire up the hook, and allow it for dom0. Fixes: 4dd160583c ("x86/platform: introduce hypercall to get initial video

[PATCH] xen/xsm: Wire up get_dom0_console

2024-04-26 Thread Jason Andryuk
An XSM hook for get_dom0_console is currently missing. Using XSM with a PVH dom0 shows: (XEN) FLASK: Denying unknown platform_op: 64. Wire up the hook, and allow it for dom0. Fixes: 4dd160583c ("x86/platform: introduce hypercall to get initial video console settings") Signed-off-by: Jason