VirtualBox

Ignore:
Timestamp:
Dec 26, 2018 3:49:56 AM (6 years ago)
Author:
vboxsync
Message:

VMM/HM: Made vmx/svm VCPU state as a union, saves some space now that SVM bits have grown with nested-SVM and other cleanup.

File:
1 edited

Legend:

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

    r73097 r76482  
    431431    CHECK_MEMBER_ALIGNMENT(HMCPU, vmx.HCPhysVmcs, 8);
    432432    CHECK_MEMBER_ALIGNMENT(HMCPU, vmx.LastError, 8);
     433    CHECK_MEMBER_ALIGNMENT(HMCPU, vmx.RestoreHost, 8);
    433434    CHECK_MEMBER_ALIGNMENT(HMCPU, svm, 8);
    434435    CHECK_MEMBER_ALIGNMENT(HMCPU, svm.pfnVMRun, 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