VirtualBox

Changeset 71970 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Apr 23, 2018 9:04:53 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
122228
Message:

VMM: Nested hw.virt: Try run whatever VMRUN emulations in ring-0 although we'd be travelling back to ring-3 in many situations
due to PGM mode changes.

File:
1 edited

Legend:

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

    r71965 r71970  
    78197819{
    78207820    HMSVM_VALIDATE_EXIT_HANDLER_PARAMS();
    7821     /** @todo Stat. */
    7822     /* STAM_COUNTER_INC(&pVCpu->hm.s.StatExitVmrun); */
    7823 #if 0
     7821
    78247822    VBOXSTRICTRC rcStrict;
    78257823    uint8_t const cbInstr = hmR0SvmGetInstrLengthHwAssist(pVCpu, pCtx, 3);
     
    78327830    }
    78337831    return VBOXSTRICTRC_VAL(rcStrict);
    7834 #endif
    7835     return VERR_EM_INTERPRETER;
    78367832}
    78377833
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