Re: [PATCH 1/3] x86: provide an init_mem_mapping hypervisor hook

From: Boris Ostrovsky
Date: Tue Jul 25 2017 - 10:08:15 EST


On 07/25/2017 05:50 AM, Juergen Gross wrote:
> Provide a hook in hypervisor_x86 called after setting up initial
> memory mapping.
>
> This is needed e.g. by Xen HVM guests to map the hypervisor shared
> info page.

This is not necessarily a problem specific to guests so I wonder whether
the hook should be part of x86_platform_ops or some other x86 structure.

-boris