VirtualBox

Changeset 72198 in vbox


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

hyperv.h: another 'register' definition

File:
1 edited

Legend:

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

    r71293 r72198  
    539539    HvRegisterPendingEvent0,                            /**< @since v5 */
    540540    HvRegisterPendingEvent1,                            /**< @since v5 */
     541    HvX64RegisterDeliverabilityNotifications,           /**< @since v5c? Late 2017? */
    541542
    542543    HvX64RegisterRax = 0x00020000,
     
    793794AssertCompile(HvRegisterInterceptSuspend == 0x00000001);
    794795AssertCompile(HvRegisterPendingEvent1 == 0x00010005);
     796AssertCompile(HvX64RegisterDeliverabilityNotifications == 0x00010006);
    795797AssertCompile(HvX64RegisterRflags == 0x00020011);
    796798AssertCompile(HvX64RegisterXmmControlStatus == 0x00030019);
     
    890892typedef HV_X64_PENDING_INTERRUPTION_REGISTER *PHV_X64_PENDING_INTERRUPTION_REGISTER;
    891893
    892 /** Value format for HvRegisterPendingEvent0/1.
     894/** Value format for HvX64RegisterDeliverabilityNotifications.
     895 *  Value format for HvRegisterPendingEvent0/1.
    893896 * @sa WHV_X64_DELIVERABILITY_NOTIFICATIONS_REGISTER  */
    894897typedef union
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