VirtualBox

Changeset 10398 in vbox for trunk


Ignore:
Timestamp:
Jul 9, 2008 9:41:20 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33054
Message:

Exit the guest paging mode before the pgm pool gets reset.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGM.cpp

    r10300 r10398  
    18711871    pVM->pgm.s.cbMappingFixed    = 0;
    18721872
    1873     int rc = PGM_GST_PFN(UnmonitorCR3, pVM)(pVM);
     1873    /* Exit the guest paging mode before the pgm pool gets reset.
     1874     * Important to clean up the amd64 case.
     1875     */
     1876    int rc = PGM_GST_PFN(Exit, pVM)(pVM);
    18741877    AssertRC(rc);
    18751878#ifdef DEBUG
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