--- /usr/sbin/kvm-ok 2011-03-23 20:17:06.000000000 +0100 +++ kvm-ok 2011-09-07 17:10:17.328003658 +0200 @@ -46,6 +46,8 @@ if [ -z "$virt" ]; then echo "INFO: Your CPU does not support KVM extensions" +else + echo "INFO: Your CPU supports KVM extensions" fi # Now, check that the device exists @@ -69,8 +71,6 @@ exit 2 fi -echo "INFO: Your CPU supports KVM extensions" - disabled=0 # check brand-specific registers if [ "$virt" = "vmx" ]; then