VirtualBox

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


Ignore:
Timestamp:
Feb 3, 2023 2:21:58 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155719
Message:

VMM: Nested VMX: bugref:10318 Update comment to reflect the new function name.

File:
1 edited

Legend:

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

    r98103 r98465  
    426426 * @remarks No-long-jump zone!!!
    427427 * @remarks The guest MSRs should have been saved back into the guest-CPU
    428  *          context by hmR0VmxImportGuestState()!!!
     428 *          context by vmxHCImportGuestState()!!!
    429429 */
    430430static void hmR0VmxLazyRestoreHostMsrs(PVMCPUCC pVCpu)
     
    50565056                /*
    50575057                 * Do -not- import the guest-state here as we might already be in the middle of importing
    5058                  * it, esp. bad if we're holding the PGM lock, see comment in hmR0VmxImportGuestState().
     5058                 * it, esp. bad if we're holding the PGM lock, see comment at the end of vmxHCImportGuestStateEx().
    50595059                 */
    50605060                hmR0VmxLeave(pVCpu, false /* fImportState */);
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