Bug 248312

Summary: Missing dependency for qemu package
Product: [Fedora] Fedora Reporter: Jonathan Underwood <jonathan.underwood>
Component: libvirtAssignee: Daniel Veillard <veillard>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 7CC: 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
Description of problem:
kvm doesn't Require the qemu package, and so a yum install kvm doesn't pull qemu
onto the system. This results in confusion for the end user - see BZ #248305 for
example.

Version-Release number of selected component (if applicable):
kvm-24-1

Comment 1 Jeremy Katz 2007-07-16 00:10:39 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.

Comment 2 Daniel Berrangé 2007-07-16 02:13:29 UTC
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. 


Comment 3 Jeremy Katz 2007-07-16 13:36:33 UTC
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.

Comment 4 Daniel Berrangé 2007-12-01 15:35:52 UTC
This issue is fixed in libvirt-0.3.3. It is now possible to launch KVM guests
without having QEMU installed.