VirtualBox

Changeset 69765 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Nov 20, 2017 9:14:22 AM (7 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested Hw.virt: SVM fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllCImplSvmInstr.cpp.h

    r69566 r69765  
    205205
    206206        /*
    207          * Notify HM in case the VMRUN was executed using SVM R0, HM would have modified some VMCB
    208          * state that we need to restore on #VMEXIT before writing it back to guest memory.
    209          */
    210         HMSvmNstGstVmExitNotify(pVCpu, pVmcbNstGst);
     207         * Notify HM in case the nested-guest was executed using hardware-assisted SVM (which
     208         * would have modified some VMCB state) that need to be restored on #VMEXIT before
     209         * writing the VMCB back to guest memory.
     210         */
     211        HMSvmNstGstVmExitNotify(pVCpu, pCtx);
    211212
    212213        /*
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