VirtualBox

Changeset 72683 in vbox for trunk/include/iprt/nt


Ignore:
Timestamp:
Jun 25, 2018 9:28:44 PM (6 years ago)
Author:
vboxsync
Message:

iprt/nt/hyperv.h: intercept header correction. bugref:9044

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/nt/hyperv.h

    r72544 r72683  
    13871387{
    13881388    HV_VP_INDEX                     VpIndex;                /**< 0x00 */
    1389     uint8_t                         InstructionLength;      /**< 0x04: Zero if not available, instruction fetch exit, ... */
     1389    uint8_t                         InstructionLength : 4;  /**< 0x04[3:0]: Zero if not available, instruction fetch exit, ... */
     1390    uint8_t                         Cr8 : 4;                /**< 0x04[7:4]: Not sure since when, but after v2. */
    13901391    HV_INTERCEPT_ACCESS_TYPE        InterceptAccessType;    /**< 0x05 */
    13911392    HV_X64_VP_EXECUTION_STATE       ExecutionState;         /**< 0x06 */
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