From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: [PATCH] trace-cmd: Update VMX exit reasons in KVM plugin Date: Sun, 11 Aug 2013 09:59:29 +0200 Message-ID: <52074461.5040105@web.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SNJTAVVJNWiERK6UU55qHwmg45qThjfVD" Cc: Linux Kernel Mailing List , kvm To: Steven Rostedt Return-path: Received: from mout.web.de ([212.227.15.4]:55920 "EHLO mout.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751227Ab3HKH7c (ORCPT ); Sun, 11 Aug 2013 03:59:32 -0400 Received: from mchn199C.mchp.siemens.de ([95.157.58.223]) by smtp.web.de (mrweb002) with ESMTPSA (Nemesis) id 0Lechi-1VvZPx0wzG-00qPh6 for ; Sun, 11 Aug 2013 09:59:31 +0200 Sender: kvm-owner@vger.kernel.org List-ID: This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --SNJTAVVJNWiERK6UU55qHwmg45qThjfVD Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable From: Jan Kiszka Aligns us with latest arch/x86/include/uapi/asm/vmx.h. Signed-off-by: Jan Kiszka --- 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) =20 #define SVM_EXIT_REASONS \ _ER(EXIT_READ_CR0, 0x000) \ --=20 1.7.3.4 --SNJTAVVJNWiERK6UU55qHwmg45qThjfVD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlIHRGIACgkQitSsb3rl5xQHVQCfVLdJWd2hABiOy8r8LBjZQygc fUcAnjE7rOMSz7WD6m+5QGEYrhJx/Jih =e3oQ -----END PGP SIGNATURE----- --SNJTAVVJNWiERK6UU55qHwmg45qThjfVD--