On Wed, Jan 20, 2021, Dave Hansen wrote: > BTW, CONFIG_X86_SGX_VIRTUALIZATION is a pretty porky name. Maybe just > CONFIG_X86_SGX_VIRT? Mmm, bacon. I used the full "virtualization" to avoid any possible confusion with virtual memory. The existing sgx_get_epc_virt_addr() in particular gave me pause. I agree it's long and not consistent since other code in this series uses "virt". My thinking was that most shortand versions, e.g. virt_epc, would be used only in contexts that are already fairly obvious to be KVM/virtualization related, whereas the porcine Kconfig would help establish that context.