+2
−0
arch/x86/kvm/vmx/sgx.c
0 → 100644
+50
−0
arch/x86/kvm/vmx/sgx.h
0 → 100644
+15
−0
+6
−3
Loading
Introduce sgx.c and sgx.h, along with the framework for handling ENCLS VM-Exits. Add a bool, enable_sgx, that will eventually be wired up to a module param to control whether or not SGX virtualization is enabled at runtime. Signed-off-by:Sean Christopherson <sean.j.christopherson@intel.com> Signed-off-by:
Kai Huang <kai.huang@intel.com> Message-Id: <1c782269608b2f5e1034be450f375a8432fb705d.1618196135.git.kai.huang@intel.com> Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>