Apr
30
2017
Virtualization
By abernal
0. Check if the CPU supports virtualization
$ egrep 'vmx|smu' /proc/cpuinfo
1. Installing Virtualization Packages
$ sudo yum install qemu-kvm libvirt
- qemu-kvm : Provides the user-level KVM emulator and facilitates communication between hosts and gest virtual machines
- libvirt : Provides the server and host side libraries for interacting with hypervisors and hosts systems, and the libvirtd daemon that handles the library calls, manages virtual machines and controls the hypervisor