VirtualBox

Changeset 87521 in vbox for trunk/src/VBox/VMM/testcase


Ignore:
Timestamp:
Feb 1, 2021 9:48:09 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142546
Message:

VMM/HM: Moved HM::fHostKernelFeatures to HMR0PERVM. Use the ring-0 uMaxAsid variable (made it a separate global variable), the one in the HM structure is just for ring-3 release logging. bugref:9217

File:
1 edited

Legend:

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

    r87493 r87521  
    368368
    369369    /* hm - 32-bit gcc won't align uint64_t naturally, so check. */
    370     CHECK_MEMBER_ALIGNMENT(HM, uMaxAsid, 8);
     370    CHECK_MEMBER_ALIGNMENT(HM, uMaxAsidForLog, 8);
    371371    CHECK_MEMBER_ALIGNMENT(HM, vmx, 8);
    372372    CHECK_MEMBER_ALIGNMENT(HM, vmx.Msrs, 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