From bb1e399c0f8a4bfee6153c03214590a14db1c14d Mon Sep 17 00:00:00 2001 From: Mohammed Gamal Date: Mon, 24 May 2010 01:01:04 +0300 Subject: [PATCH] --- yaml --- r: 202299 b: refs/heads/master c: c8174f7b35b3018c4c7b3237ed1c792e454fd5c3 h: refs/heads/master i: 202297: fe0acebfb90760e17e5c04048916812627272a47 202295: b982e061034e29529032eeddcf686c1d96eadf48 v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/vmx.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 0746316f5f80..7376cd7b7fa9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9f1a122f970dbef5ba3496587f39df5c1853083f +refs/heads/master: c8174f7b35b3018c4c7b3237ed1c792e454fd5c3 diff --git a/trunk/arch/x86/include/asm/vmx.h b/trunk/arch/x86/include/asm/vmx.h index 9e6779f7cf2d..104cf86a7562 100644 --- a/trunk/arch/x86/include/asm/vmx.h +++ b/trunk/arch/x86/include/asm/vmx.h @@ -257,6 +257,7 @@ enum vmcs_field { #define EXIT_REASON_IO_INSTRUCTION 30 #define EXIT_REASON_MSR_READ 31 #define EXIT_REASON_MSR_WRITE 32 +#define EXIT_REASON_INVALID_STATE 33 #define EXIT_REASON_MWAIT_INSTRUCTION 36 #define EXIT_REASON_MONITOR_INSTRUCTION 39 #define EXIT_REASON_PAUSE_INSTRUCTION 40