VirtualBox

Changeset 78243 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 22, 2019 10:14:27 AM (6 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Nested VMX: bugref:9180 Fix for CPUs that do not have MSR-bitmaps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r78242 r78243  
    31383138
    31393139    /* Set up MSR permissions that don't change through the lifetime of the VM. */
    3140     hmR0VmxSetupVmcsMsrPermissions(pVCpu, pVmcsInfo, false /* fIsNstGstVmcs */);
     3140    if (pVmcsInfo->u32ProcCtls & VMX_PROC_CTLS_USE_MSR_BITMAPS)
     3141        hmR0VmxSetupVmcsMsrPermissions(pVCpu, pVmcsInfo, false /* fIsNstGstVmcs */);
    31413142
    31423143    /* Set up secondary processor-based VM-execution controls if the CPU supports it. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette