From mboxrd@z Thu Jan 1 00:00:00 1970 From: Davidlohr Bueso Subject: Re: [PATCH] x86, amd: rename vmmu support capability Date: Sat, 14 Jul 2012 15:33:52 +0200 Message-ID: <1342272832.2956.5.camel@offbook> References: <1342202575.2706.4.camel@offbook> <20120714101951.GB26559@liondog.tnic> Reply-To: dave@gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: "H. Peter Anvin" , Ingo Molnar , lkml , kvm list , x86@kernel.org To: Borislav Petkov Return-path: In-Reply-To: <20120714101951.GB26559@liondog.tnic> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Sat, 2012-07-14 at 12:19 +0200, Borislav Petkov wrote: > On Fri, Jul 13, 2012 at 08:02:55PM +0200, Davidlohr Bueso wrote: > > From: Davidlohr Bueso > > > > AMD has renamed nested page table technology to rapid virtualization indexing, > > reflect this change in the kernel. > > > > Signed-off-by: Davidlohr Bueso > > You know that /proc/cpuinfo is a userspace ABI, right? Yes. > > And are you sure nothing is using that string - > "npt" - since it got added almost three years ago by > 414bb144efa2d2fe16d104d836d0d6b6e9265788? AFAIK no, it's not being used - that doesn't mean, of course, that there are no users. Thanks, Davidlohr