Files
cloud-hypervisor/hypervisor/src
Ruben Hakobyan 6d2d66bcd3 vmm, hypervisor: Make the VMSA page type optional
KVM builds the VMSA internally, so the logic in igvm-loader passing a
VMSA page for KVM is misleading. The page is silently dropped later
in import_isolated_pages(). Only MSHV actually imports it.

Make PageTypeConfig::vmsa an Option that is None on KVM and push the
VMSA page only when it is set. As KVM no longer produces a VMSA page,
remove the now-dead skip in import_isolated_pages().

Signed-off-by: Ruben Hakobyan <hruben@meta.com>
2026-07-14 13:56:32 +00:00
..
2026-06-25 16:54:35 +00:00
2026-06-23 16:19:10 +00:00
2026-06-23 16:19:10 +00:00
2026-06-25 16:54:35 +00:00
2026-06-23 16:19:10 +00:00