[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Hypervisors



K0LNY_Glenn wrote:
>  I ran the below command and got a zero, so I know that the 
> machine I wanted to put a hypervisor on, won't do VMs.
> egrep -c '(vmx|svm)' /proc/cpuinfo

You can still run qemu, but that will be slow since it'll be software
emulation.

You can however use Xen, which does not require these flags in cpuinfo.
You will however be limited to guests that support paravirtualization,
such as Linux.

Samuel


Reply to: