VirtualBox

Changeset 76149 in vbox


Ignore:
Timestamp:
Dec 11, 2018 7:13:24 AM (6 years ago)
Author:
vboxsync
Message:

hm_vmx.h: Nested VMX: bugref:9180 Add a few more MSRs for future expansion and round it to 192 bytes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/hm_vmx.h

    r75943 r76149  
    11621162    uint64_t        u64VmFunc;
    11631163    uint64_t        u64EptVpidCaps;
    1164     uint64_t        a_u64Reserved[2];
     1164    uint64_t        a_u64Reserved[5];
    11651165} VMXMSRS;
    11661166AssertCompileSizeAlignment(VMXMSRS, 8);
    1167 AssertCompileSize(VMXMSRS, 168);
     1167AssertCompileSize(VMXMSRS, 192);
    11681168/** Pointer to a VMXMSRS struct. */
    11691169typedef VMXMSRS *PVMXMSRS;
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