Re: [PATCH] x86, amd: rename vmmu support capability

2012-07-14 Thread Borislav Petkov
On Sat, Jul 14, 2012 at 04:28:51PM +0200, Davidlohr Bueso wrote: > On Sat, 2012-07-14 at 15:38 +0200, H. Peter Anvin wrote: > > Yep, NAK on this one. > > Ok, we could at least add a comment when defining X86_FEATURE_NPT. And the valid, sane, technical reason for having a comment where any interne

Re: [PATCH] x86, amd: rename vmmu support capability

2012-07-14 Thread Davidlohr Bueso
On Sat, 2012-07-14 at 15:38 +0200, H. Peter Anvin wrote: > Yep, NAK on this one. Ok, we could at least add a comment when defining X86_FEATURE_NPT. Thanks, Davidlohr > > Borislav Petkov wrote: > > >On Fri, Jul 13, 2012 at 08:02:55PM +0200, Davidlohr Bueso wrote: > >> From: Davidlohr Bueso >

Re: [PATCH] x86, amd: rename vmmu support capability

2012-07-14 Thread H. Peter Anvin
Yep, NAK on this one. 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 Bu

Re: [PATCH] x86, amd: rename vmmu support capability

2012-07-14 Thread Davidlohr Bueso
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

Re: [PATCH] x86, amd: rename vmmu support capability

2012-07-14 Thread Borislav Petkov
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, ri

[PATCH] x86, amd: rename vmmu support capability

2012-07-13 Thread Davidlohr Bueso
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 --- arch/x86/include/asm/cpufeature.h |2 +- arch/x86/kernel/cpu/scattered.c |2 +- arch/x86/kvm/svm.c