Hi, 2010/12/21 Sengottuvelan S <[email protected]>: > Hi All, > > I am trying to see whether my kernel has KVM support or not. When i execute > #egrep -c '(vmx|svm)' /proc/cpuinfo , output shows '0'' which means my > custom kernel does not have capability of KVM. > > How do i enable or support KVM in my new kernel. Is it possible or not?
/proc/cpuinfo gives you information about your CPU and not about the modules your kernel support. If you don't have the right hardware, afaik you have to use a different hypervisor. Regards, Matthias -- motzblog.wordpress.com _______________________________________________ Kernelnewbies mailing list [email protected] http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
