VirtualBox

Changeset 39739 in vbox for trunk


Ignore:
Timestamp:
Jan 10, 2012 3:27:08 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75620
Message:

nits.

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

Legend:

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

    r39402 r39739  
    49444944 * @retval  VINF_PGM_CACHED_PAGE if a CACHED page was returned.
    49454945 * @retval  VERR_PGM_POOL_FLUSHED if the pool was flushed.
     4946 *
    49464947 * @param   pVM         The VM handle.
    49474948 * @param   GCPhys      The GC physical address of the page we're gonna shadow.
  • TabularUnified trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r39700 r39739  
    20412041    /* Note: only in the nested paging case can CR3 & CR4 be changed by the guest. */
    20422042    if (    pVM->hwaccm.s.fNestedPaging
    2043         &&  CPUMIsGuestInPagedProtectedModeEx(pCtx))
     2043        &&  CPUMIsGuestInPagedProtectedModeEx(pCtx)) /** @todo check if we will always catch mode switches and such... */
    20442044    {
    20452045        PVMCSCACHE pCache = &pVCpu->hwaccm.s.vmx.VMCSCache;
  • TabularUnified trunk/src/VBox/VMM/VMMR3/PGMShw.h

    r39078 r39739  
    179179
    180180# if PGM_SHW_TYPE == PGM_TYPE_NESTED && HC_ARCH_BITS == 32
    181     /* Must distinguish between 32 and 64 bits guest paging modes as we'll use a different shadow paging root/mode in both cases. */
     181    /* Must distinguish between 32 and 64 bits guest paging modes as we'll use
     182       a different shadow paging root/mode in both cases. */
    182183    RTGCPHYS     GCPhysCR3 = (fIs64BitsPagingMode) ? RT_BIT_64(63) : RT_BIT_64(62);
    183184# else
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