Description of problem:
Look at any Fedora 16 host and see that /dev/vhost-net is missing. This is because /etc/sysconfig/modules/kvm.modules is missing 'modprobe vhost_net'
Version-Release number of selected component (if applicable):
qemu-system-x86-0.15.1-3.fc16.x86_64
How reproducible:
Always
Steps to Reproduce:
1.ls -al /dev/vhost-net
2.
3.
Actual results:
Expected results:
Additional info:
The kvm.modules file is still doing a pointless 'modprobe virtio-net' which is a guest only module.
Also bugs against stable releases shouldn't be closed when the fix is in GIT, they should be closed by Bohdi when the update is pushd to the repos.