Verifying CPU virtualization support from Linux

What do I need to run a guest machine in fully virtualization mode?
The processor must support Hardware-Assisted Virtual Machine (HVM).

To check if the processor supports HVM use the following command:

For Intel processors:

grep -i --color vmx /proc/cpuinfo

For AMD processors:

grep -i color svm /proc/cpuinfo
This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>