
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov

If you see vmx or svm in the output under flags section, then your hardware (CPU) supports the virtualization. To check whether your CPU supports the hardware virtualization, execute the following command. Check Virtualization Support on your Hardware

This is the 1st article in an on-going series of articles on KVM.

In Para virtualization, the operating system is modified to work with a virtual machine, which will minimize the execution time required to perform the operations that are otherwise difficult to run in a virtual environment. Para-virtualization enables several operating systems to run on one set of hardware by effectively using resources such as processors and memory. The guest operating systems can be fully virtualized or para virtualized. KVM stands for Kernel-based Virtual Machine.Īs the name suggests, this is kernel based virtualization technology for Linux OS on hardware that supports virtualization.
