VirtualBox

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


Ignore:
Timestamp:
Jan 26, 2021 5:51:07 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142449
Message:

VMM/HMVMX: Created special versions of the hmR0VmxStartVm code as with SVM. Fixed messed up host ldtr saving/restoring and stack allocations.

File:
1 edited

Legend:

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

    r82968 r87439  
    375375    CHECK_MEMBER_ALIGNMENT(HM, aPatches, 8);
    376376    CHECK_MEMBER_ALIGNMENT(HMCPU, vmx, 8);
     377    CHECK_MEMBER_ALIGNMENT(HMCPU, vmx.pfnStartVm, 8);
    377378    CHECK_MEMBER_ALIGNMENT(HMCPU, vmx.VmcsInfo, 8);
    378     CHECK_MEMBER_ALIGNMENT(HMCPU, vmx.VmcsInfo.pfnStartVM, 8);
    379379    CHECK_MEMBER_ALIGNMENT(HMCPU, vmx.VmcsInfoNstGst, 8);
    380     CHECK_MEMBER_ALIGNMENT(HMCPU, vmx.VmcsInfoNstGst.pfnStartVM, 8);
    381380    CHECK_MEMBER_ALIGNMENT(HMCPU, vmx.RestoreHost, 8);
    382381    CHECK_MEMBER_ALIGNMENT(HMCPU, vmx.LastError, 8);
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