aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/uapi/asm/hyperv.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/uapi/asm/hyperv.h')
-rw-r--r--arch/x86/include/uapi/asm/hyperv.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/include/uapi/asm/hyperv.h b/arch/x86/include/uapi/asm/hyperv.h
index 9b1a91834ac8..3a20ccf787b8 100644
--- a/arch/x86/include/uapi/asm/hyperv.h
+++ b/arch/x86/include/uapi/asm/hyperv.h
@@ -73,6 +73,9 @@
73 */ 73 */
74#define HV_X64_MSR_STAT_PAGES_AVAILABLE (1 << 8) 74#define HV_X64_MSR_STAT_PAGES_AVAILABLE (1 << 8)
75 75
76/* Crash MSR available */
77#define HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE (1 << 10)
78
76/* 79/*
77 * Feature identification: EBX indicates which flags were specified at 80 * Feature identification: EBX indicates which flags were specified at
78 * partition creation. The format is the same as the partition creation 81 * partition creation. The format is the same as the partition creation
@@ -144,6 +147,11 @@
144 */ 147 */
145#define HV_X64_RELAXED_TIMING_RECOMMENDED (1 << 5) 148#define HV_X64_RELAXED_TIMING_RECOMMENDED (1 << 5)
146 149
150/*
151 * Crash notification flag.
152 */
153#define HV_CRASH_CTL_CRASH_NOTIFY (1ULL << 63)
154
147/* MSR used to identify the guest OS. */ 155/* MSR used to identify the guest OS. */
148#define HV_X64_MSR_GUEST_OS_ID 0x40000000 156#define HV_X64_MSR_GUEST_OS_ID 0x40000000
149 157