On 09.07.2024 07:50, Sergiy Kibrik wrote: > Initialize and bring down altp2m only when it is supported by the platform, > e.g. VMX. Also guard p2m_altp2m_propagate_change(). > The purpose of that is the possibility to disable altp2m support and exclude > its > code from the build completely, when it's not supported by the target > platform. > > Here hvm_altp2m_supported() is being used to check for ALTP2M availability, > which is only defined if HVM enabled, so a stub for that routine added for > !HVM configuration as well. > > Signed-off-by: Sergiy Kibrik <sergiy_kib...@epam.com>
As before: Acked-by: Jan Beulich <jbeul...@suse.com> Jan