VirtualBox

Ignore:
Timestamp:
Nov 19, 2009 6:19:36 PM (15 years ago)
Author:
vboxsync
Message:

PGMSavedState.cpp: More teleportation trickery.

File:
1 edited

Legend:

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

    r24796 r24808  
    18031803            &&  cDirtyPagesLong  <= 1024)
    18041804            return VINF_SUCCESS;
    1805 
    18061805        if (cDirtyPagesLong  <= 256)
    18071806            return VINF_SUCCESS;
    1808 
    18091807        /* !! hack !! */
    1810         if (    cDirtyPagesLong < 4096
     1808        if (    cDirtyPagesShort <= 512
     1809            &&  cDirtyPagesLong  <= 640
     1810            &&  uPass >= 1024)
     1811            return VINF_SUCCESS;
     1812        if (    cDirtyPagesShort <= 896
     1813            &&  cDirtyPagesLong  <= 1024
     1814            &&  uPass >= 2048)
     1815            return VINF_SUCCESS;
     1816        if (    cDirtyPagesShort <= 1512
     1817            &&  cDirtyPagesLong  <= 1536
     1818            &&  uPass >= 4096)
     1819            return VINF_SUCCESS;
     1820        if (    cDirtyPagesLong  <= 4096
    18111821            &&  uPass >= 8192)
    18121822            return VINF_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette