On Mon, Oct 01, 2007 at 06:47:50PM +0200, Andi Kleen wrote: > On Saturday 22 September 2007 11:17:08 Joerg Roedel wrote: > > I don't think we need this patch. When SVM is disabled KVM will tell on > > module load. > > The point is that people often want to know in advance (before they > even try to use KVM or Xen) if their CPU and BIOS supports this.
If the CPU supports SVM this is visible to the user because the SVM feature flag does not disappear when its disabled. But because with CPUs having the SVM-lock feature it can be re-enabled in a secure way under some circumstances the information in /proc/cpuinfo will not be reliable. Maybe we can check for it in identify_cpu() and print to the kernel log if its disabled? It will be visible to the user through dmesg. Joerg - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/