VirtualBox

Changeset 46842 in vbox


Ignore:
Timestamp:
Jun 27, 2013 1:34:56 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86792
Message:

VMM/HM: AMD-V feature bits update.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/hm_svm.h

    r46779 r46842  
    5757/** Bit 7 - DecodeAssist - Indicate decode assist is supported. */
    5858#define AMD_CPUID_SVM_FEATURE_EDX_DECODE_ASSIST             RT_BIT(7)
    59 /** Where did we get this from? */
    60 #define AMD_CPUID_SVM_FEATURE_EDX_SSE_3_5_DISABLE           RT_BIT(9)
    6159/** Bit 10 - PauseFilter - Indicates support for the PAUSE intercept filter. */
    6260#define AMD_CPUID_SVM_FEATURE_EDX_PAUSE_FILTER              RT_BIT(10)
     
    6462 *  intercept filter cycle count threshold. */
    6563#define AMD_CPUID_SVM_FEATURE_EDX_PAUSE_FILTER_THRESHOLD    RT_BIT(12)
     64/** Bit 13 - AVIC - Advanced Virtual Interrupt Controller. */
     65#define AMD_CPUID_SVM_FEATURE_EDX_AVIC                      RT_BIT(13)
    6666/** @} */
    6767
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r46832 r46842  
    21782178    SVMEVENT Event;
    21792179    Event.u = 0;
    2180     if (pVCpu->hm.s.Event.fPending)                            /* First, inject any pending HM events. */
     2180    if (pVCpu->hm.s.Event.fPending)                                /* First, inject any pending HM events. */
    21812181    {
    21822182        Event.u = pVCpu->hm.s.Event.u64IntrInfo;
  • trunk/src/VBox/VMM/VMMR3/HM.cpp

    r46840 r46842  
    13981398        HMSVM_REPORT_FEATURE(AMD_CPUID_SVM_FEATURE_EDX_FLUSH_BY_ASID),
    13991399        HMSVM_REPORT_FEATURE(AMD_CPUID_SVM_FEATURE_EDX_DECODE_ASSIST),
    1400         HMSVM_REPORT_FEATURE(AMD_CPUID_SVM_FEATURE_EDX_SSE_3_5_DISABLE),
    14011400        HMSVM_REPORT_FEATURE(AMD_CPUID_SVM_FEATURE_EDX_PAUSE_FILTER),
    14021401        HMSVM_REPORT_FEATURE(AMD_CPUID_SVM_FEATURE_EDX_PAUSE_FILTER_THRESHOLD),
     1402        HMSVM_REPORT_FEATURE(AMD_CPUID_SVM_FEATURE_EDX_AVIC),
    14031403#undef HMSVM_REPORT_FEATURE
    14041404    };
Note: See TracChangeset for help on using the changeset viewer.

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