<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.18.3">
</HEAD>
<BODY>
<BR>
On Wed, 2009-04-22 at 09:58 -0600, akaluta wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Does the below displayed info  mean my cpu does not support virtual
manager on KVM.?

</PRE>
</BLOCKQUOTE>
probably not,<BR>
should display either vmx or svm<BR>
<BR>
from the docs run:<BR>
egrep '(vmx|svm)' --color=always /proc/cpuinfo<BR>
<BR>
e.g my machine has support but was disable at bios level,<BR>
ergo showing at cpuinfo but but not loading the kvm module,<BR>
<BR>
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good pni monitor ds_cpl <FONT COLOR="#ff0000">vmx </FONT>est tm2 ssse3 cx16 xtpr lahf_lm ida<BR>
<BR>
</BODY>
</HTML>