VirtualBox

Changeset 10027 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jun 30, 2008 4:45:41 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
32510
Message:

Corrected check for flushing shadow pml4. Extended check for nested paging case.

File:
1 edited

Legend:

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

    r10026 r10027  
    34683468     * Quietly reject any attempts at flushing the currently active shadow CR3 mapping
    34693469     */
    3470     if (    pPage->idx == PGMPOOL_IDX_AMD64_CR3
     3470    if (    (   pPage->enmKind == PGMPOOLKIND_64BIT_PML4_FOR_64BIT_PML4
     3471             || pPage->enmKind == PGMPOOLKIND_64BIT_PML4_FOR_PHYS)
    34713472        &&  PGMGetHyperCR3(CTXSUFF(pPool->pVM)) == pPage->Core.Key)
    34723473    {
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