Hi - I am trying to install qemu using the rpms here:
http://fedoranews.org/tchung/qemu/0.7.2/
I install the rpms ok
Code:
[root@leia ~]# rpm -qva | grep qemu
qemu-0.7.2-1.fc4
kernel-module-qemu-0.7.2-1.fc4.2.6.12_1.1447_FC4
[root@leia ~]# lsmod | grep qemu
[root@leia ~]#
But the modules aren't installed
Code:
[root@leia ~]# lsmod | grep qemu
[root@leia ~]#
am I missing something?
Code:
[root@leia ~]# qemu -boot d -hdc /hd.img -localtime
Could not open '/dev/kqemu' - QEMU acceleration layer not activated
Code:
[root@leia ~]# modprobe kqemu
FATAL: Module kqemu not found.