Re: [intel-sgx-kernel-dev] Wiki/guide about sgx-kvm and sgx-qemu
by Christopherson, Sean J
On Wed, 2018-04-18, Xiaonan Zhao wrote:
> Dears,
>
> Sorry to trouble you, are there some wiki or guide for sgx-kvm and sgx-qemu? Since it is hard to compile them...
> Thank you very much~~
CONFIG_INTEL_SGX_CORE needs to be set in the Kconfig to enable SGX
in KVM. There's a bug in the KVM patches where sgx_lc_enabled is
referenced when SGX is disabled, which is causing the compilation
error you are seeing. I'll get the bug fixed ASAP.
The KVM and Qemu repositories have README.md files in the top-level
directories that provide instructions for building and running, etc...
>
> Thank you,
> Xiaonan