From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Corbet Subject: Re: [Part2 PATCH v6 01/38] Documentation/virtual/kvm: Add AMD Secure Encrypted Virtualization (SEV) Date: Fri, 20 Oct 2017 07:18:07 -0600 Message-ID: <20171020071807.3e771d3c@lwn.net> References: <20171020023413.122280-1-brijesh.singh@amd.com> <20171020023413.122280-2-brijesh.singh@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Cc: kvm@vger.kernel.org, bp@alien8.de, Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Paolo Bonzini , Radim =?UTF-8?B?S3LEjW3DocWZ?= , Borislav Petkov , Tom Lendacky , x86@kernel.org, linux-kernel@vger.kernel.org To: Brijesh Singh Return-path: In-Reply-To: <20171020023413.122280-2-brijesh.singh@amd.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Thu, 19 Oct 2017 21:33:36 -0500 Brijesh Singh 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