VirtualBox

Changeset 7452 in vbox


Ignore:
Timestamp:
Mar 14, 2008 9:50:14 AM (17 years ago)
Author:
vboxsync
Message:

MSR_IA32_VMX_BASIC_INFO_VMCS_SIZE fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/hwacc_vmx.h

    r7133 r7452  
    195195#define MSR_IA32_VMX_BASIC_INFO_VMCS_ID(a)                      (a & 0x7FFFFFFF)
    196196/** Size of the VMCS. */
    197 #define MSR_IA32_VMX_BASIC_INFO_VMCS_SIZE(a)                    ((a >> 31ULL) & 0xFFF)
     197#define MSR_IA32_VMX_BASIC_INFO_VMCS_SIZE(a)                    ((a >> 32ULL) & 0xFFF)
    198198/** Width of physical address used for the VMCS.
    199199 *  0 -> limited to the available amount of physical ram
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