Bug 963198
Summary: | Please drop /etc/sysconfig/modules/kvm.modules from qemu-system-x86 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Lennart Poettering <lpoetter> |
Component: | qemu | Assignee: | Paolo Bonzini <pbonzini> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 19 | CC: | amit.shah, berrange, cfergeau, dwmw2, ignatenko, itamar, pbonzini, rjones, scottt.tw |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | qemu-1.4.2-2.fc19 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-05-18 04:54:11 UTC | Type: | Bug |
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: | |||
Bug Blocks: | 963210 |
Description
Lennart Poettering
2013-05-15 11:26:53 UTC
qemu-1.4.1-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/qemu-1.4.1-2.fc19 What about vhost-net? Is there a way to load it without relying on fedora-load-modules.service? Ah, learnt about modules-load.d. qemu-1.4.1-3.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/qemu-1.4.1-3.fc19 $ modinfo vhost-net ... alias: devname:vhost-net alias: char-major-10-238 ... That suggests vhost-net is also auto-loaded on demand. Also see: cat /usr/lib/modules/`uname -r`/modules.devname Which shows all device nodes that are created by udev, and which the kernel then will auto-load modules for. As you see both uinput and vhost_net are listed there. Hence, please do not do any manual module loading anymore, neither via /etc/sysconfig/modules/* nor via /usr/lib/modules-load.d/. This all is unnecessary. Yup, thanks Lennart. I removed vhost-net from the script. Only PPC and s390 remain, and I've asked the upstream KVM maintainers to add a devname:kvm alias. (On x86, the kvm module that implements devname:kvm is better picked up as a dependency of kvm-{amd,intel}). Package qemu-1.4.1-3.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing qemu-1.4.1-3.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-8354/qemu-1.4.1-3.fc19 then log in and leave karma (feedback). qemu-1.4.1-3.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. qemu-1.4.2-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/qemu-1.4.2-1.fc19 qemu-1.4.2-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/qemu-1.4.2-2.fc19 qemu-1.4.2-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |