Re: KVM - virtualization support

2010-12-24 Thread Sengottuvelan S
Thanks All. I agreed.Currently my HW does not support it. I have ordered new one. On Thu, Dec 23, 2010 at 9:19 PM, Tapas Mishra wrote: > > > On Wed, Dec 22, 2010 at 1:17 PM, Robert P. J. Day > wrote: > >> On Tue, 21 Dec 2010, Sengottuvelan S wrote: >> >> > Hi All, >> > >> > I have below architec

Re: KVM - virtualization support

2010-12-23 Thread Tapas Mishra
On Wed, Dec 22, 2010 at 1:17 PM, Robert P. J. Day wrote: > On Tue, 21 Dec 2010, Sengottuvelan S wrote: > > > Hi All, > > > > I have below architecture. I assume it does not support KVM. Please point > me somone what > > is exactly needed to support KVM support in my machine? > > > > # egrep -c ' l

Re: KVM - virtualization support

2010-12-23 Thread Robert P. J. Day
On Tue, 21 Dec 2010, Sengottuvelan S wrote: > Hi All, >   > I have below architecture. I assume it does not support KVM. Please point > me somone what > is exactly needed to support KVM support in my machine? >   > # egrep -c ' lm ' /proc/cpuinfo > 2 > # uname -m > x86_64 > # uname -a > Linux ubu

Re: KVM - virtualization support

2010-12-21 Thread Ponmuthu Subramaniam Nandan
Looking at the datasheet for Intel(R) Core(TM)2 Duo CPU E7200, http://ark.intel.com/Product.aspx?id=35348 VTx is disabled in the core itself, so not sure whether you will have any bios options to enable that. But as John rightly pointed out, you should be able to run virtual machine (Virtualbox

Re: KVM - virtualization support

2010-12-21 Thread Sengottuvelan S
Hi All, I have below architecture. I assume it does not support KVM. Please point me somone what is exactly needed to support KVM support in my machine? # egrep -c ' lm ' /proc/cpuinfo 2 # uname -m x86_64 # uname -a Linux ubuntu 2.6.32-24-generic #39-Ubuntu SMP Wed Jul 28 05:14:15 UTC 2010 x86_64

Re: KVM - virtualization support

2010-12-21 Thread matthias
Hi, 2010/12/21 Sengottuvelan S : > 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.

Re: KVM - virtualization support

2010-12-21 Thread Mohammed Gamal
On Tue, Dec 21, 2010 at 8: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. > > How do i enable or suppor

Re: KVM - virtualization support

2010-12-21 Thread John Mahoney
On Tue, Dec 21, 2010 at 1: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. > I think you are misunderst

Re: KVM - virtualization support

2010-12-21 Thread hiren panchasara
> How do i enable or support KVM in my new kernel. Is it possible or not? > I am not an expert here but this might be helpful? http://www.linux-kvm.org/page/FAQ#What_do_I_need_to_use_KVM.3F Thanks, Hiren ___ Kernelnewbies mailing list Kernelnewbies@ker

Re: KVM - virtualization support

2010-12-21 Thread Rajat Sharma
sadly... yes! On Tue, Dec 21, 2010 at 4:08 PM, Prasad Joshi wrote: > 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 mean

Re: KVM - virtualization support

2010-12-21 Thread Prasad Joshi
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

Re: KVM - virtualization support

2010-12-21 Thread Mohammed Gamal
On Tue, Dec 21, 2010 at 11:22 AM, Rajat Sharma wrote: > you can turn it on in BIOS, if your CPU supports virtualization. Look for VT > extention or Virtualization under CPU section of your BIOS. > > Rajat > If the CPU doesn't have vmx or svm flags to begin with, then it most likely does not suppor

Re: KVM - virtualization support

2010-12-21 Thread Rajat Sharma
you can turn it on in BIOS, if your CPU supports virtualization. Look for VT extention or Virtualization under CPU section of your BIOS. Rajat On Tue, Dec 21, 2010 at 12:19 PM, Sengottuvelan S wrote: > Hi All, > > I am trying to see whether my kernel has KVM support or not. When i execute > > #

KVM - virtualization support

2010-12-20 Thread Sengottuvelan S
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? Please someone throw