VirtualBox

Ignore:
Timestamp:
Aug 16, 2016 2:01:20 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110215
Message:

scm: cleaning up todos

File:
1 edited

Legend:

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

    r63465 r63560  
    156156    return VINF_SUCCESS;
    157157#else
    158     /* @todo in RC we could attempt to use the virtual address, although this can cause many faults (PAE Windows XP guest). */
     158    /** @todo in RC we could attempt to use the virtual address, although this can cause many faults (PAE Windows XP guest). */
    159159    NOREF(pvSrc);
    160160    return PGMPhysSimpleReadGCPhys(pVM, pvDst, GCPhysSrc & ~(RTGCPHYS)(cb - 1), cb);
     
    21662166    int rc = pgmPoolFlushPage(pPool, pPage);
    21672167    /* This flush was initiated by us and not the guest, so explicitly flush the TLB. */
    2168     /* todo: find out why this is necessary; pgmPoolFlushPage should trigger a flush if one is really needed. */
     2168    /** @todo find out why this is necessary; pgmPoolFlushPage should trigger a flush if one is really needed. */
    21692169    if (rc == VINF_SUCCESS)
    21702170        PGM_INVL_ALL_VCPU_TLBS(pVM);
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