hi Stefano,
07.06.24 10:32, Jan Beulich:
On 03.06.2024 13:11, 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 puspose of that is the possiblity to disable altp2m support and exclude its
code from the build completely, when it's not supported by the target platform.
Signed-off-by: Sergiy Kibrik <sergiy_kib...@epam.com>
Reviewed-by: Stefano Stabellini <sstabell...@kernel.org>
Acked-by: Jan Beulich <jbeul...@suse.com>
I question though whether Stefano's R-b was valid to retain with ...
---
changes in v3:
- put hvm_altp2m_supported() first
- rewrite changes to p2m_init() with less code
... this.
could you please take a look at this patch once more, after it's been
through these modifications? Thank you!
-Sergiy