Re: [PATCH] KVM: VMX: add missing exit names to VMX_EXIT_REASONS array

2013-02-05 Thread Marcelo Tosatti

Applied, thanks.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] KVM: VMX: add missing exit names to VMX_EXIT_REASONS array

2013-02-03 Thread Gleb Natapov
Signed-off-by: Gleb Natapov 
diff --git a/arch/x86/include/asm/vmx.h b/arch/x86/include/asm/vmx.h
index 694586c..5c9dbad 100644
--- 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__
 
--
Gleb.
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html