VirtualBox

Changeset 43045 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Aug 28, 2012 2:21:43 PM (12 years ago)
Author:
vboxsync
Message:

PGM: Employ the 4 unused PGMPHYSPAGE bits for checksumming shared pages in strict builds.

File:
1 edited

Legend:

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

    r40054 r43045  
    670670    /** GMM page id. (in/out) */
    671671    uint32_t                    idPage;
    672     /** Align at 8 byte boundary. */
    673     uint32_t                    uAlignment;
     672    /** CRC32 of the page in strict builds (0 if page not available).
     673     * In non-strict build this serves as structure alignment. */
     674    uint32_t                    u32StrictChecksum;
    674675} GMMSHAREDPAGEDESC;
    675676/** Pointer to a GMMSHAREDPAGEDESC. */
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