Hi, I am trying to setup QEMU with KVM for t1024rdb on ubuntu(14.04) VM running on my windows machine. I followed the steps in the document QorIQ-SDK-2.0-IC-Rev0.pdf. I have been able to complete the fsl-image-virt and have verified that the linux kernel has all the required features enabled.
I also followed the instructions in section 12.2.3.6. I get some errors when I run command as follow
"------------------------------
"kvm" accelerator not found.
No accelerator found!
"----------------------------
the command log:
$ ls -1 /var/lib/hugetlbfs/
pagesize-2MB
$ hugeadm --pool-list
Size Minimum Current Maximum Default
2097152 28 28 256 *
$ ~/yocto/build_t1024rdb/tmp/sysroots/x86_64-linux/usr/bin/qemu-system-ppc -enable-kvm -m 512 -mem-path /var/lib/hugetlbfs/pagesize-2MB -nographic -M ppce500 -kernel uImage -initrd fsl-image-core-t1024rdb.ext2.gz -append "root=/dev/ram rw console=ttyS0,115200" -serial tcp::4444,server,telnet
"kvm" accelerator not found.
No accelerator found!
$
zhangzhicheng@zhangzhicheng-VirtualBox:~/yocto/build_t1024rdb/tmp/work/t1024rdb-fsl-linux/fsl-image-virt/1.0-r0/rootfs/boot$ kvm-ok
INFO: /dev/kvm exists
KVM acceleration can be used
zhangzhicheng@zhangzhicheng-VirtualBox:~/yocto/build_t1024rdb/tmp/work/t1024rdb-fsl-linux/fsl-image-virt/1.0-r0/rootfs/boot$
------------------------------------
Could you please tell me how to resolve this error?
Thanks,
Jayden