projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c08800a
)
KVM: VMX: add missing exit names to VMX_EXIT_REASONS array
author
Gleb Natapov
<gleb@redhat.com>
Sun, 3 Feb 2013 16:17:17 +0000
(18:17 +0200)
committer
Marcelo Tosatti
<mtosatti@redhat.com>
Wed, 6 Feb 2013 01:29:46 +0000
(23:29 -0200)
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/include/asm/vmx.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/vmx.h
b/arch/x86/include/asm/vmx.h
index
694586c
..
5c9dbad
100644
(file)
--- a/
arch/x86/include/asm/vmx.h
+++ b/
arch/x86/include/asm/vmx.h
@@
-105,7
+105,12
@@
{ EXIT_REASON_APIC_ACCESS, "APIC_ACCESS" }, \
{ EXIT_REASON_EPT_VIOLATION, "EPT_VIOLATION" }, \
{ EXIT_REASON_EPT_MISCONFIG, "EPT_MISCONFIG" }, \
- { EXIT_REASON_WBINVD, "WBINVD" }
+ { EXIT_REASON_WBINVD, "WBINVD" }, \
+ { EXIT_REASON_APIC_WRITE, "APIC_WRITE" }, \
+ { EXIT_REASON_EOI_INDUCED, "EOI_INDUCED" }, \
+ { EXIT_REASON_INVALID_STATE, "INVALID_STATE" }, \
+ { EXIT_REASON_INVD, "INVD" }, \
+ { EXIT_REASON_INVPCID, "INVPCID" }
#ifdef __KERNEL__