Bug 596891

Summary: vhost-net module should be loaded automatically
Product: Red Hat Enterprise Linux 6 Reporter: Andrew Cathrow <acathrow>
Component: qemu-kvmAssignee: Eduardo Habkost <ehabkost>
Status: CLOSED CURRENTRELEASE QA Contact: Virtualization Bugs <virt-bugs>
Severity: urgent Docs Contact:
Priority: high    
Version: 6.0CC: amit.shah, borgan, dwalsh, gyue, hbrock, khong, mst, mwagner, rbalakri, snagar, syeghiay, tburke, virt-maint
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: qemu-kvm-0.12.1.2-2.77.el6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 601012 (view as bug list) Environment:
Last Closed: 2010-07-02 03:29:16 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 599146    
Bug Blocks:    

Description Andrew Cathrow 2010-05-27 18:00:32 UTC
The /etc/sysconfig/modules/kvm.modules script is used at bootup to load the kvm module, however we also need to load the vhost-net module, otherwise we'll see greatly reduced network through-put.

libvirt we automagically use vhost if /dev/vhost-net exists.
We need to automate this process

Comment 7 Eduardo Habkost 2010-06-02 18:27:18 UTC
selinux-policy bug open: https://bugzilla.redhat.com/show_bug.cgi?id=599146

Comment 16 Keqin Hong 2010-06-21 07:53:18 UTC
Verified on qemu-kvm-0.12.1.2-2.77.el6. PASS

Steps:
1. reboot host
2. # lsmod | grep vhost
vhost_net              23066  0 
macvtap                 7701  1 vhost_net
tun                    16583  1 vhost_net