kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME support
[deliverable/linux.git] / arch / x86 / include / uapi / asm / hyperv.h
index f0412c50c47b22e3840b900eb2054fb4476f98c6..2677a0aac2ccbcddd1f59770424ab32ba4a44587 100644 (file)
 /* MSR used to provide vcpu index */
 #define HV_X64_MSR_VP_INDEX                    0x40000002
 
+/* MSR used to reset the guest OS. */
+#define HV_X64_MSR_RESET                       0x40000003
+
+/* MSR used to provide vcpu runtime in 100ns units */
+#define HV_X64_MSR_VP_RUNTIME                  0x40000010
+
 /* MSR used to read the per-partition time reference counter */
 #define HV_X64_MSR_TIME_REF_COUNT              0x40000020
 
This page took 0.18036 seconds and 5 git commands to generate.