Hi!
Need some help here installing kvm. I'm following instructions at [1]. Seems that my system does not support hardware virtualization.
$ egrep '^flags.*(vmx|svm)' /proc/cpuinfo
Command above reveals nothing. Anyway, I would like to use it for android x86 emulator only.
All necessary packages are installed. However trying to start libvirtd reveals:
$ systemctl -l status libvirtd
● libvirtd.service - Virtualization daemon
   Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled)
   Active: active (running) since Wed 2015-01-21 12:00:35 MSK; 6s ago
     Docs: man:libvirtd(8)
           http://libvirt.org
 Main PID: 8093 (libvirtd)
   CGroup: /system.slice/libvirtd.service
           ├─2648 /sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf --dhcp-script=/usr/libexec/libvirt_leaseshelper
           ├─2649 /sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf --dhcp-script=/usr/libexec/libvirt_leaseshelper
           └─8093 /usr/sbin/libvirtd

Jan 21 12:00:35 broll dnsmasq[2648]: read /etc/hosts - 3 addresses
Jan 21 12:00:35 broll dnsmasq[2648]: read /var/lib/libvirt/dnsmasq/default.addnhosts - 0 addresses
Jan 21 12:00:35 broll dnsmasq-dhcp[2648]: read /var/lib/libvirt/dnsmasq/default.hostsfile
Jan 21 12:00:35 broll libvirtd[8093]: libvirt version: 1.2.9.1, package: 2.fc21 (Fedora Project, 2014-12-02-20:29:47, buildhw-06.phx2.fedoraproject.org)
Jan 21 12:00:35 broll libvirtd[8093]: unsupported configuration: QEMU 2.1.2 is too new for help parsing
Jan 21 12:00:35 broll libvirtd[8093]: Failed to probe capabilities for /usr/bin/qemu-kvm: unsupported configuration: QEMU 2.1.2 is too new for help parsing
Jan 21 12:00:35 broll libvirtd[8093]: unsupported configuration: QEMU 2.1.2 is too new for help parsing
Jan 21 12:00:35 broll libvirtd[8093]: Failed to probe capabilities for /usr/bin/qemu-kvm: unsupported configuration: QEMU 2.1.2 is too new for help parsing

And $ lsmod | grep kvm shows nothing. How do I fix it? What steps should I take now?
TIA
RESOURCES
1. https://fedoraproject.org/wiki/Getting_started_with_virtualization
--
Hiisi.
Registered Linux User #487982. Be counted at: https://linuxcounter.net/
--
Spandex is a privilege, not a right.