Changeset 72198 in vbox
- Timestamp:
- May 13, 2018 11:24:20 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nt/hyperv.h
r71293 r72198 539 539 HvRegisterPendingEvent0, /**< @since v5 */ 540 540 HvRegisterPendingEvent1, /**< @since v5 */ 541 HvX64RegisterDeliverabilityNotifications, /**< @since v5c? Late 2017? */ 541 542 542 543 HvX64RegisterRax = 0x00020000, … … 793 794 AssertCompile(HvRegisterInterceptSuspend == 0x00000001); 794 795 AssertCompile(HvRegisterPendingEvent1 == 0x00010005); 796 AssertCompile(HvX64RegisterDeliverabilityNotifications == 0x00010006); 795 797 AssertCompile(HvX64RegisterRflags == 0x00020011); 796 798 AssertCompile(HvX64RegisterXmmControlStatus == 0x00030019); … … 890 892 typedef HV_X64_PENDING_INTERRUPTION_REGISTER *PHV_X64_PENDING_INTERRUPTION_REGISTER; 891 893 892 /** Value format for HvRegisterPendingEvent0/1. 894 /** Value format for HvX64RegisterDeliverabilityNotifications. 895 * Value format for HvRegisterPendingEvent0/1. 893 896 * @sa WHV_X64_DELIVERABILITY_NOTIFICATIONS_REGISTER */ 894 897 typedef union
Note:
See TracChangeset
for help on using the changeset viewer.