VirtualBox

Ignore:
Timestamp:
Sep 16, 2021 9:52:05 PM (3 years ago)
Author:
vboxsync
Message:

VMM/CPUM,++: Moved the nested SVM MSR permission bitmap allocation into CPUMCTX. [more alignment checks] bugref:10093

File:
1 edited

Legend:

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

    r91016 r91290  
    247247    CHECK_PADDING_VMCPU(4096, pgm);
    248248    CHECK_PADDING_VMCPU(4096, cpum);
     249    CHECK_PADDING_VMCPU(4096, cpum);
     250    CHECK_MEMBER_ALIGNMENT(VMCPU, cpum.s.Guest.hwvirt, 4096);
     251    CHECK_MEMBER_ALIGNMENT(VMCPU, cpum.s.Guest.hwvirt.svm.Vmcb, 4096);
     252    CHECK_MEMBER_ALIGNMENT(VMCPU, cpum.s.Guest.hwvirt.svm.abMsrBitmap, 4096);
    249253
    250254    PVM pVM = NULL; NOREF(pVM);
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