VirtualBox

Ignore:
Timestamp:
Feb 3, 2021 1:23:13 PM (4 years ago)
Author:
vboxsync
Message:

VMM/HM: Moved the 'ForRing3' and 'ForLog' bits to the back of the HM structure. Configuration bits too, except for VMX/SVM specific ones as those fit in alignment space (can be moved later if needed). bugref:9217

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp

    r87543 r87563  
    368368
    369369    /* hm - 32-bit gcc won't align uint64_t naturally, so check. */
    370     CHECK_MEMBER_ALIGNMENT(HM, uMaxAsidForLog, 8);
    371370    CHECK_MEMBER_ALIGNMENT(HM, vmx, 8);
    372     CHECK_MEMBER_ALIGNMENT(HM, vmx.MsrsForRing3, 8);
    373371    CHECK_MEMBER_ALIGNMENT(HM, svm, 8);
     372    CHECK_MEMBER_ALIGNMENT(HM, ForR3.uMaxAsid, 8);
     373    CHECK_MEMBER_ALIGNMENT(HM, ForR3.vmx, 8);
    374374    CHECK_MEMBER_ALIGNMENT(HM, PatchTree, 8);
    375375    CHECK_MEMBER_ALIGNMENT(HM, aPatches, 8);
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