File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ const UNDUMPABLE_MSR_RANGES: [MsrRange; 17] = [
300
300
// vCPU. IA32_MCG_CAP can be set up via KVM_X86_SETUP_MCE API, but Firecracker doesn't use it.
301
301
// https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/arch/x86/kvm/x86.c?h=v4.14.311#n2553
302
302
MSR_RANGE ! ( MSR_IA32_MCG_CTL ) ,
303
- // Firecarcker is not tested with nested virtualization. Some CPU templates intentionally
303
+ // Firecracker is not tested with nested virtualization. Some CPU templates intentionally
304
304
// disable nested virtualization. If nested virtualization is disabled, VMX-related MSRs cannot
305
305
// be dumped. It can be seen in the following link that VMX-related MSRs depend on whether
306
306
// nested virtualization is allowed.
You can’t perform that action at this time.
0 commit comments