Re: [Part2 PATCH v5 17/31] KVM: SVM: Add KVM_SEV_INIT command

2017-10-14 Thread Borislav Petkov
On Wed, Oct 04, 2017 at 08:13:58AM -0500, Brijesh Singh wrote: > The command initializes the SEV platform context and allocates a new ASID > for this guest from the SEV ASID pool. The firmware must be initialized > before we issue any guest launch commands to create a new memory encryption > contex

[Part2 PATCH v5 17/31] KVM: SVM: Add KVM_SEV_INIT command

2017-10-04 Thread Brijesh Singh
The command initializes the SEV platform context and allocates a new ASID for this guest from the SEV ASID pool. The firmware must be initialized before we issue any guest launch commands to create a new memory encryption context. Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" Cc: Pao