VirtualBox

Changeset 32245 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 6, 2010 9:51:00 AM (14 years ago)
Author:
vboxsync
Message:

Reset fNoMorePhysWrites after state saving.

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

Legend:

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

    r32206 r32245  
    4242#include <include/internal/vm.h>
    4343#include <include/internal/em.h>
     44#include <include/internal/pgm.h>
    4445
    4546/*******************************************************************************
     
    11261127     *  is only a short suspend.
    11271128     */
     1129    PGMR3ResetNoMorePhysWritesFlag(pVM);
    11281130    PDMR3Resume(pVM);
    11291131
  • trunk/src/VBox/VMM/PGM.cpp

    r31997 r32245  
    24662466#endif
    24672467
     2468/**
     2469 * Private API to reset fNoMorePhysWrites.
     2470 */
     2471VMMR3DECL(void) PGMR3ResetNoMorePhysWritesFlag(PVM pVM)
     2472{
     2473    pVM->pgm.s.fNoMorePhysWrites = false;
     2474}
    24682475
    24692476/**
  • trunk/src/VBox/VMM/include/internal/pgm.h

    r30572 r32245  
    3131VMMDECL(RTR3PTR)    PGMPhysGCPhys2R3PtrAssert(PVM pVM, RTGCPHYS GCPhys, RTUINT cbRange);
    3232#endif
    33 
     33VMMR3DECL(void)     PGMR3ResetNoMorePhysWritesFlag(PVM pVM);
    3434#endif
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