VirtualBox

Changeset 73056 in vbox


Ignore:
Timestamp:
Jul 11, 2018 6:26:48 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123616
Message:

VMM/HMSVMR0: bugref:9193 Attempted fix for VMRUN.

File:
1 edited

Legend:

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

    r73055 r73056  
    80328032{
    80338033    HMSVM_VALIDATE_EXIT_HANDLER_PARAMS(pVCpu, pSvmTransient);
    8034     HMSVM_CPUMCTX_IMPORT_STATE(pVCpu, IEM_CPUMCTX_EXTRN_SVM_VMRUN_MASK);
     8034    /* We shall import the entire state here, just in case we enter and continue execution of
     8035       the nested-guest with hardware-assisted SVM in ring-0, we would be switching VMCBs and
     8036       could lose lose part of CPU state. */
     8037    HMSVM_CPUMCTX_IMPORT_STATE(pVCpu, HMSVM_CPUMCTX_EXTRN_ALL);
    80358038
    80368039    VBOXSTRICTRC rcStrict;
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