projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d770e55
)
x86: hyperv: add CPUID bit for crash handlers
author
Paolo Bonzini
<pbonzini@redhat.com>
Tue, 7 Jul 2015 10:17:36 +0000
(12:17 +0200)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Fri, 10 Jul 2015 11:25:19 +0000
(13:25 +0200)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/uapi/asm/hyperv.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/uapi/asm/hyperv.h
b/arch/x86/include/uapi/asm/hyperv.h
index 8fba544e9cc4164261f76c6c5d894b80a92f0377..f36d56bd76324543f6f0c208bea569ea96e6e802 100644
(file)
--- a/
arch/x86/include/uapi/asm/hyperv.h
+++ b/
arch/x86/include/uapi/asm/hyperv.h
@@
-108,6
+108,8
@@
#define HV_X64_HYPERCALL_PARAMS_XMM_AVAILABLE (1 << 4)
/* Support for a virtual guest idle state is available */
#define HV_X64_GUEST_IDLE_STATE_AVAILABLE (1 << 5)
+/* Guest crash data handler available */
+#define HV_X64_GUEST_CRASH_MSR_AVAILABLE (1 << 10)
/*
* Implementation recommendations. Indicates which behaviors the hypervisor