Open
Description
We are attempting to test out PVM on GCP through their newer machine types (N4/C3) however when trying to load the PVM kernel module we see the following error in the kernel logs:
[ 152.852592] kvm_pvm: Supporting for LA57 host is not fully implemented yet.
We managed to avoid this error by disabling 5-level paging support when compiling the kernel (CONFIG_X86_5LEVEL=n
), however, it would be good to know if support for this will be added at some point, and ideally to have this as a way to track that support.
Thanks