From: Oliver Kurth Date: Tue, 4 Sep 2018 22:40:59 +0000 (-0700) Subject: Commom header file change not applicable to open-vm-tools X-Git-Tag: stable-11.0.0~398 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8280a4bfec3b7f8977af6d352d1ba4291786c8a6;p=thirdparty%2Fopen-vm-tools.git Commom header file change not applicable to open-vm-tools --- diff --git a/open-vm-tools/lib/include/x86_basic_defs.h b/open-vm-tools/lib/include/x86_basic_defs.h index 3de6617d4..7774bc436 100644 --- a/open-vm-tools/lib/include/x86_basic_defs.h +++ b/open-vm-tools/lib/include/x86_basic_defs.h @@ -203,6 +203,7 @@ #define EXC_MC 18 #define EXC_XF 19 // SIMD exception. #define EXC_VE 20 // Virtualization exception - VT only. +#define EXC_VC 29 // VMM communication exception (SVM / SEV-ES only). #define EXC_SX 30 // Security exception (SVM only). /* Bitmap of the exception vectors that have associated error codes. */