kvm: x86: handle XSAVES vmcs and vmexit
authorWanpeng Li <wanpeng.li@linux.intel.com>
Tue, 2 Dec 2014 11:14:58 +0000 (19:14 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 5 Dec 2014 12:57:33 +0000 (13:57 +0100)
commitf53cd63c2dfcf8f306f4ed31e78840bf9a04bc0b
tree17fe27a1572ae4e3e0f3eccfbac0978927235f17
parent404e0a19e155e2303a081109f3ae5e625ac8030a
kvm: x86: handle XSAVES vmcs and vmexit

Initialize the XSS exit bitmap.  It is zero so there should be no XSAVES
or XRSTORS exits.

Signed-off-by: Wanpeng Li <wanpeng.li@linux.intel.com>
Reviewed-by: Radim Krčmář <rkrcmar@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/vmx.h
arch/x86/include/uapi/asm/vmx.h
arch/x86/kvm/vmx.c