VirtualBox

Changeset 23699 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Oct 12, 2009 3:01:05 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53415
Message:

Added SUP_IOCTL_VT_CAPS to get VT-x/AMD-V caps that can only be checked in kernel mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/HWACCMInternal.h

    r23553 r23699  
    178178} HWACCM_CPUINFO;
    179179typedef HWACCM_CPUINFO *PHWACCM_CPUINFO;
    180 
    181 /* VT-x capability qword. */
    182 typedef union
    183 {
    184     struct
    185     {
    186         uint32_t        disallowed0;
    187         uint32_t        allowed1;
    188     } n;
    189     uint64_t            u;
    190 } VMX_CAPABILITY;
    191180
    192181typedef enum
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