Recently, my works were focused on network emulator with virtualization.
In the Fedora 10 distro, qemu is installed without acceleration by default.
Neither it is in the package repo; so, we have to add kqemu (kmod-kqemu) on our own.
- First, we assume the qemu-* were already installed.
- Then, add a new repo from RPM Fusion
- After that, now you can install kqemu by yum
# rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
# yum install kqemu