VirtualBox

Changeset 73044 in vbox


Ignore:
Timestamp:
Jul 11, 2018 2:37:49 AM (7 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: bugref:9204 temporarily disable NRIP_SAVE across the board for better test coverage.

File:
1 edited

Legend:

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

    r73043 r73044  
    850850DECLINLINE(bool) hmR0SvmSupportsNextRipSave(PVMCPU pVCpu)
    851851{
     852#if 0
    852853    PVM pVM = pVCpu->CTX_SUFF(pVM);
    853854#ifdef VBOX_WITH_NESTED_HWVIRT_SVM
     
    859860#endif
    860861    return RT_BOOL(pVM->hm.s.svm.u32Features & X86_CPUID_SVM_FEATURE_EDX_NRIP_SAVE);
     862#endif
     863
     864    /** @todo Temporarily disabled NRIP_SAVE for testing. re-enable once its working. */
     865    NOREF(pVCpu);
     866    return false;
    861867}
    862868
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