Re: [RFC Part2 PATCH v3 07/26] KVM: SVM: Add SEV feature definitions to KVM

2017-09-12 Thread Borislav Petkov
On Mon, Jul 24, 2017 at 03:02:44PM -0500, Brijesh Singh wrote: > From: Tom Lendacky > > Define the SEV enable bit for the VMCB control structure. The hypervisor > will use this bit to enable SEV in the guest. > > Signed-off-by: Tom Lendacky >

Re: [RFC Part2 PATCH v3 07/26] KVM: SVM: Add SEV feature definitions to KVM

2017-09-12 Thread Borislav Petkov
On Mon, Jul 24, 2017 at 03:02:44PM -0500, Brijesh Singh wrote: > From: Tom Lendacky > > Define the SEV enable bit for the VMCB control structure. The hypervisor > will use this bit to enable SEV in the guest. > > Signed-off-by: Tom Lendacky > Signed-off-by: Brijesh Singh > --- >

[RFC Part2 PATCH v3 07/26] KVM: SVM: Add SEV feature definitions to KVM

2017-07-24 Thread Brijesh Singh
From: Tom Lendacky Define the SEV enable bit for the VMCB control structure. The hypervisor will use this bit to enable SEV in the guest. Signed-off-by: Tom Lendacky Signed-off-by: Brijesh Singh ---

[RFC Part2 PATCH v3 07/26] KVM: SVM: Add SEV feature definitions to KVM

2017-07-24 Thread Brijesh Singh
From: Tom Lendacky Define the SEV enable bit for the VMCB control structure. The hypervisor will use this bit to enable SEV in the guest. Signed-off-by: Tom Lendacky Signed-off-by: Brijesh Singh --- arch/x86/include/asm/svm.h | 1 + 1 file changed, 1 insertion(+) diff --git