Hi Mark,

I was able to resolve the issue, by checking with the same commands that
you mentioned, i realized it wont work in a VM environment.

Thanks
Georgy


On Thu, Jan 17, 2013 at 12:29 PM, Mark Gardner <[email protected]> wrote:

> In re-reading your email, I noticed that you are running in a VM
> already. I don't believe nested hardware virtualization is possible in
> the x86 processor yet. Instead you will have to use something like LXC
> instead. (Qemu may also work.)
>
> Mark
>
> On Thu, Jan 17, 2013 at 12:26 PM, Mark Gardner <[email protected]> wrote:
> > Georgy,
> >
> > Not all systems have the necessary hardware support to run KVM. It is
> > straight forward to check however (see
> > http://www.linux-kvm.org/page/Processor_support). If anything is
> > returned when you execute the following command, the x86 processor has
> > support:
> >
> >    % egrep 'vmx|svm' /proc/cpuinfo
> >
> > Note that your processor may have hardware support but the capability
> > may be turned off in the BIOS and will have to re-enable the
> > capability to be able to use it.
> >
> > Mark
> >
> > On Thu, Jan 17, 2013 at 11:09 AM, FNU Georgy Mathew Kallumkal
> > <[email protected]> wrote:
> >> Hello,
> >>
> >> I was trying to install and use KVM so i could understand it better on
> how
> >> it is used in VCL. I took a basic CentOS 5.7 32bit VM reservation and
> >> installed related packages for kvm and libvirt. But whenever is try to
> load
> >> the kvm_intel module, it throws back an error saying that no hardware
> >> support (dmesg error). How to overcome this error.
> >>
> >> Thanks
> >> Georgy
> >
> >
> >
> > --
> > Mark Gardner
> > --
>
>
>
> --
> Mark Gardner
> --
>

Reply via email to