VirtualBox

Changeset 70457 in vbox


Ignore:
Timestamp:
Jan 4, 2018 6:34:21 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120063
Message:

VMM: spaces, nit.

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

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

    r70352 r70457  
    3333#ifndef IN_RC
    3434/**
    35  * Emulates a simple MOV TPR (CR8) instruction, used for TPR patching on 32-bit
    36  * guests. This simply looks up the patch record at EIP and does the required.
     35 * Emulates a simple MOV TPR (CR8) instruction.
     36 *
     37 * Used for TPR patching on 32-bit guests. This simply looks up the patch record
     38 * at EIP and does the required.
    3739 *
    3840 * This VMMCALL is used a fallback mechanism when mov to/from cr8 isn't exactly
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r70451 r70457  
    10151015        Log4(("SVMR0InvalidatePage %RGv\n", GCVirt));
    10161016
    1017         PCPUMCTX pCtx = CPUMQueryGuestCtxPtr(pVCpu);
     1017        PCPUMCTX pCtx  = CPUMQueryGuestCtxPtr(pVCpu);
    10181018        PSVMVMCB pVmcb = hmR0SvmGetCurrentVmcb(pVCpu, pCtx);
    10191019        AssertMsgReturn(pVmcb, ("Invalid pVmcb!\n"), VERR_SVM_INVALID_PVMCB);
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