mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] trace-cmd: Update VMX exit reasons in KVM plugin
@ 2013-08-11  7:59 Jan Kiszka
  0 siblings, 0 replies; only message in thread
From: Jan Kiszka @ 2013-08-11  7:59 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: Linux Kernel Mailing List, kvm

[-- Attachment #1: Type: text/plain, Size: 1134 bytes --]

From: Jan Kiszka <jan.kiszka@siemens.com>

Aligns us with latest arch/x86/include/uapi/asm/vmx.h.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 plugin_kvm.c |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/plugin_kvm.c b/plugin_kvm.c
index 9b376d8..8a25cf1 100644
--- a/plugin_kvm.c
+++ b/plugin_kvm.c
@@ -91,6 +91,7 @@ static const char *disassemble(unsigned char *insn, int len, uint64_t rip,
 	_ER(TASK_SWITCH,	9)		\
 	_ER(CPUID,		10)		\
 	_ER(HLT,		12)		\
+	_ER(INVD,		13)		\
 	_ER(INVLPG,		14)		\
 	_ER(RDPMC,		15)		\
 	_ER(RDTSC,		16)		\
@@ -115,9 +116,15 @@ static const char *disassemble(unsigned char *insn, int len, uint64_t rip,
 	_ER(MCE_DURING_VMENTRY,	41)		\
 	_ER(TPR_BELOW_THRESHOLD,43)		\
 	_ER(APIC_ACCESS,	44)		\
+	_ER(EOI_INDUCED,	45)		\
 	_ER(EPT_VIOLATION,	48)		\
 	_ER(EPT_MISCONFIG,	49)		\
-	_ER(WBINVD,		54)
+	_ER(INVEPT,		50)		\
+	_ER(PREEMPTION_TIMER,	52)		\
+	_ER(WBINVD,		54)		\
+	_ER(XSETBV,		55)		\
+	_ER(APIC_WRITE,		56)		\
+	_ER(INVPCID,		58)
 
 #define SVM_EXIT_REASONS \
 	_ER(EXIT_READ_CR0,	0x000)		\
-- 
1.7.3.4


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 263 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-11  7:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-11  7:59 [PATCH] trace-cmd: Update VMX exit reasons in KVM plugin Jan Kiszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome