From mboxrd@z Thu Jan 1 00:00:00 1970 From: prasadjoshi124@gmail.com (Prasad Joshi) Date: Tue, 21 Dec 2010 10:38:21 +0000 Subject: KVM - virtualization support In-Reply-To: References: Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Tue, Dec 21, 2010 at 6:49 AM, Sengottuvelan S wrote: > 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. > It means the hardware does not have virtualization support. > How do i enable or support KVM in my new kernel. Is it possible or not? > > Please someone throw light on this. > > -- > Regards, > S. Sengottuvelan. > > _______________________________________________ > Kernelnewbies mailing list > Kernelnewbies at kernelnewbies.org > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies > >