Bug 248312
Summary: | Missing dependency for qemu package | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jonathan Underwood <jonathan.underwood> |
Component: | libvirt | Assignee: | Daniel Veillard <veillard> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 7 | CC: | avi, berrange, katzj |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 0.3.3 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2007-12-01 15:35:52 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: |
Description
Jonathan Underwood
2007-07-15 20:29:49 UTC
Ummm, there's no requirement at all from kvm on qemu anymore. In the past, it was required for keymaps and BIOSen, but kvm has its own copy these days due to needing a fix in the video BIOS beyond released qemu. I don't know what virt-manager is doing and without details, I don't really want to be pulling in all of qemu. It is not a direct requirement of virt-manager per se. Its actually an artifact of the way libvirt support for KVM is implemented. The KVM code is just one variant of the more generic QEMU support, and this requires presence of the QEMU binary. So, at this time, to provision KVM guests requires that QEMU also be installed. I don't see any big issue with the KVM RPM depending on the QEMU rpm since the AFAIK, the upstream intention is still that KVM will ultimately merge with main QEMU codebase, being just a '--kvm' flag to the main 'qemu' binary. That's a bug in libvirt then. Although the long-term may be that kvm gets merged, it's not the case now. So libvirt should be checking for the existence of qemu-kvm to know whether or not kvm is available. Hacking around it in packaging is entirely the wrong answer. This issue is fixed in libvirt-0.3.3. It is now possible to launch KVM guests without having QEMU installed. |