|
@@ -4555,6 +4555,7 @@ void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, bool execonly,
|
|
|
|
|
|
update_permission_bitmask(vcpu, context, true);
|
|
|
update_pkru_bitmask(vcpu, context, true);
|
|
|
+ update_last_nonleaf_level(vcpu, context);
|
|
|
reset_rsvds_bits_mask_ept(vcpu, context, execonly);
|
|
|
reset_ept_shadow_zero_bits_mask(vcpu, context, execonly);
|
|
|
}
|