VirtualBox

Changeset 92570 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Nov 23, 2021 3:52:49 PM (3 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:10092 Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h

    r92569 r92570  
    56195619
    56205620
     5621#ifdef VBOX_WITH_NESTED_HWVIRT_VMX_EPT
    56215622/**
    56225623 * Checks guest PDPTEs as part of VM-entry.
     
    56345635    const char * const pszFailure = "VM-exit";
    56355636
    5636 #ifdef VBOX_WITH_NESTED_HWVIRT_VMX_EPT
    56375637    /*
    56385638     * When EPT is used, we only validate the PAE PDPTEs provided in the VMCS.
     
    56595659        }
    56605660    }
    5661 #endif
    5662 
     5661
     5662    NOREF(pszFailure);
    56635663    NOREF(pszInstr);
    5664     NOREF(pszFailure);
    56655664    return VINF_SUCCESS;
    56665665}
     5666#endif  /* VBOX_WITH_NESTED_HWVIRT_VMX_EPT */
    56675667
    56685668
     
    56915691                {
    56925692                    rc = iemVmxVmentryCheckGuestNonRegState(pVCpu, pszInstr);
     5693#ifdef VBOX_WITH_NESTED_HWVIRT_VMX_EPT
    56935694                    if (RT_SUCCESS(rc))
    5694                         return iemVmxVmentryCheckGuestPdptes(pVCpu, pszInstr);
     5695                        rc = iemVmxVmentryCheckGuestPdptes(pVCpu, pszInstr);
     5696#endif
     5697                    return rc;
    56955698                }
    56965699            }
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