CentOS 7: KVM Installation and Bridge networking
Now that CentOS 7 is installed and has a static IP address, I'll go ahead and install KVM. First you'll want to check if your processor/motherboard has the necessary extensions:
egrep -i 'vmx|svm' --color=always /proc/cpuinfo | sort | uniq
Output:
flags : fpu vme de pse tsc msr pae …