VirtualBox

Changeset 73376 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 27, 2018 8:00:39 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123994
Message:

PGM/NEM: catch make-writable changes during memory exits and avoid the emulation when a page was allocated. bugref:9044

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pgm.h

    r73324 r73376  
    688688    /** The NEM state associated with the PAGE. */
    689689    uint32_t            u2NemState : 2;
     690    /** The NEM state associated with the PAGE before pgmPhysPageMakeWritable was called. */
     691    uint32_t            u2OldNemState : 2;
    690692    /** Set if the page has handler. */
    691693    uint32_t            fHasHandlers : 1;
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