VirtualBox

Changeset 22036 in vbox for trunk/include/VBox/hwacc_vmx.h


Ignore:
Timestamp:
Aug 6, 2009 2:58:09 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50774
Message:

Updates

File:
1 edited

Legend:

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

    r21217 r22036  
    378378    VMX_FLUSH_32BIT_HACK                        = 0x7fffffff
    379379} VMX_FLUSH;
     380/** @} */
     381
     382/** @name MSR load/store elements
     383 * @{
     384 */
     385#pragma pack(1)
     386typedef struct
     387{
     388    uint32_t    u32IndexMSR;
     389    uint32_t    u32Reserved;
     390    uint64_t    u64Value;
     391} VMXMSR;
     392#pragma pack()
     393/** Pointer to an MSR load/store element. */
     394typedef VMXMSR *PVMXMSR;
     395/** Pointer to a const MSR load/store element. */
     396typedef const VMXMSR *PCVMXMSR;
    380397
    381398/** @} */
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