VirtualBox

Changeset 67660 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Jun 28, 2017 10:17:05 AM (7 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: Added decode assist for invlpg, mov CRx instruction VM-exits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/HM.cpp

    r67529 r67660  
    16481648
    16491649    /*
     1650     * SVM R0 code assumes if the decode-assist feature exists, NRIP feature exists too.
     1651     */
     1652    AssertLogRelReturn(  !(pVM->hm.s.svm.u32Features & X86_CPUID_SVM_FEATURE_EDX_DECODE_ASSIST)
     1653                       || (pVM->hm.s.svm.u32Features & X86_CPUID_SVM_FEATURE_EDX_NRIP_SAVE),
     1654                       VERR_HM_UNSUPPORTED_CPU_FEATURE_COMBO);
     1655
     1656    /*
    16501657     * Nested paging is determined in HMR3Init, verify the sanity of that.
    16511658     */
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