VirtualBox

Changeset 24542 in vbox for trunk/src


Ignore:
Timestamp:
Nov 10, 2009 12:33:01 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54663
Message:

PGM: Allow writes during resuming.

File:
1 edited

Legend:

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

    r24077 r24542  
    22512251static DECLCALLBACK(void) pgmR3ResetNoMorePhysWritesFlag(PVM pVM, VMSTATE enmState, VMSTATE enmOldState, void *pvUser)
    22522252{
    2253     if (enmState == VMSTATE_RUNNING)
     2253    if (   enmState == VMSTATE_RUNNING
     2254        || enmState == VMSTATE_RESUMING)
    22542255        pVM->pgm.s.fNoMorePhysWrites = false;
    22552256}
     
    30283029#if HC_ARCH_BITS == 32
    30293030    /* The nested shadow paging mode for AMD-V does change when running 64 bits guests on 32 bits hosts; typically PAE <-> AMD64 */
    3030     const bool fForceShwEnterExit = (    fIsOldGuestPagingMode64Bits != fIsNewGuestPagingMode64Bits 
     3031    const bool fForceShwEnterExit = (    fIsOldGuestPagingMode64Bits != fIsNewGuestPagingMode64Bits
    30313032                                     &&  enmShadowMode == PGMMODE_NESTED);
    30323033#else
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