Re: [Part2 PATCH v6 01/38] Documentation/virtual/kvm: Add AMD Secure Encrypted Virtualization (SEV)

From: Jonathan Corbet
Date: Fri Oct 20 2017 - 09:18:14 EST


On Thu, 19 Oct 2017 21:33:36 -0500
Brijesh Singh <brijesh.singh@xxxxxxx> wrote:

> Create a Documentation entry to describe the AMD Secure Encrypted
> Virtualization (SEV) feature.

A couple of quick notes...

- This is describing an x86 subarchitecture feature, so it seems to me
that Documentation/x86 would be a more logical place for it. Yes, KVM
can use this feature, but it's not a KVM feature and there might be
something else that takes advantage of it too.

- Any chance of getting it formatted as RST? It's almost there already.

Beyond that, the document obviously falls far short of what one would
have to know to use SEV; probably filling all that in would make it long
indeed.

Thanks,

jon