VirtualBox

Changeset 63560 in vbox for trunk/src/VBox/VMM/VMMAll


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

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

Legend:

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

    r63465 r63560  
    11421142
    11431143        /* We only execute 32-bits protected mode code in raw mode, so no need to bother to check for 16-bits code here. */
    1144         /* @todo: we don't verify all the edge cases that generate #GP faults */
     1144        /** @todo we don't verify all the edge cases that generate #GP faults */
    11451145
    11461146        Assert(pRegFrame == CPUMGetGuestCtxCore(pVCpu));
  • 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);
  • trunk/src/VBox/VMM/VMMAll/TMAll.cpp

    r62478 r63560  
    19301930                    RTThreadSleep(1);
    19311931#else
    1932 /**@todo call host and yield cpu after a while. */
     1932/** @todo call host and yield cpu after a while. */
    19331933#endif
    19341934                break;
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