Re: [RFC Part2 PATCH v3 23/26] KVM: X86: Add memory encryption enabled ops

2017-09-14 Thread Borislav Petkov
On Mon, Jul 24, 2017 at 03:03:00PM -0500, Brijesh Singh wrote: > Extend kvm_x86_ops to add memory_encyption_enabled() ops. > It returns a > boolean indicating whether memory encryption is enabled on the VCPU. You don't need that sentence. > > Signed-off-by: Brijesh Singh > --- > arch/x86/incl

[RFC Part2 PATCH v3 23/26] KVM: X86: Add memory encryption enabled ops

2017-07-24 Thread Brijesh Singh
Extend kvm_x86_ops to add memory_encyption_enabled() ops. It returns a boolean indicating whether memory encryption is enabled on the VCPU. Signed-off-by: Brijesh Singh --- arch/x86/include/asm/kvm_host.h | 1 + arch/x86/kvm/svm.c | 8 2 files changed, 9 insertions(+) diff