Re: [PATCH v1 1/8] kvm:vmx Introduce CET related VMCS field definitions.

2019-01-02 Thread Sean Christopherson
On Wed, Dec 26, 2018 at 04:15:25PM +0800, Yang Weijiang wrote: > VMX relies on these fields to save/restore CET states for > guest and host. They are added here as VMCS placeholders > for the function. The changelog needs a lot more detail on what is saved where and when, e.g. hardware uncondition

[PATCH v1 1/8] kvm:vmx Introduce CET related VMCS field definitions.

2018-12-26 Thread Yang Weijiang
VMX relies on these fields to save/restore CET states for guest and host. They are added here as VMCS placeholders for the function. Signed-off-by: Zhang Yi Z Signed-off-by: Yang Weijiang --- arch/x86/include/asm/vmx.h | 8 1 file changed, 8 insertions(+) diff --git a/arch/x86/include