[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220123195337.509882-1-ayushranjan@google.com>
Date: Sun, 23 Jan 2022 11:53:37 -0800
From: Ayush Ranjan <ayushranjan@...gle.com>
To: Paolo Bonzini <pbonzini@...hat.com>,
Thomas Gleixner <tglx@...utronix.de>
Cc: Ben Gardon <bgardon@...gle.com>, Jim Mattson <jmattson@...gle.com>,
Andrei Vagin <avagin@...il.com>, kvm@...r.kernel.org,
linux-kernel@...r.kernel.org, Michael Davidson <md@...gle.com>,
Ayush Ranjan <ayushranjan@...gle.com>
Subject: [PATCH] gvisor: add some missing definitions to vmx.h
From: Michael Davidson <md@...gle.com>
gvisor needs definitions for some additional secondary exec controls.
Tested: builds
Signed-off-by: Ayush Ranjan <ayushranjan@...gle.com>
Signed-off-by: Michael Davidson <md@...gle.com>
---
arch/x86/include/asm/vmx.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/include/asm/vmx.h b/arch/x86/include/asm/vmx.h
index c77ad687cdf7..df40dc568eb9 100644
--- a/arch/x86/include/asm/vmx.h
+++ b/arch/x86/include/asm/vmx.h
@@ -67,6 +67,7 @@
#define SECONDARY_EXEC_ENCLS_EXITING VMCS_CONTROL_BIT(ENCLS_EXITING)
#define SECONDARY_EXEC_RDSEED_EXITING VMCS_CONTROL_BIT(RDSEED_EXITING)
#define SECONDARY_EXEC_ENABLE_PML VMCS_CONTROL_BIT(PAGE_MOD_LOGGING)
+#define SECONDARY_EXEC_EPT_VE VMCS_CONTROL_BIT(EPT_VIOLATION_VE)
#define SECONDARY_EXEC_PT_CONCEAL_VMX VMCS_CONTROL_BIT(PT_CONCEAL_VMX)
#define SECONDARY_EXEC_XSAVES VMCS_CONTROL_BIT(XSAVES)
#define SECONDARY_EXEC_MODE_BASED_EPT_EXEC VMCS_CONTROL_BIT(MODE_BASED_EPT_EXEC)
--
2.35.0.rc0.227.g00780c9af4-goog
Powered by blists - more mailing lists