Bug 549965

Summary: Slow emulation in QEMU because of disabled kqemu
Product: [Fedora] Fedora Reporter: Igor A Tarasov <linux>
Component: qemuAssignee: Justin M. Forbes <jforbes>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: 12CC: berrange, dwmw2, gcosta, itamar, jaswinder, jforbes, markmc, quintela, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-03-30 14:18:25 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:
Attachments:
Description Flags
Patch configure script to allow kqemu none

Description Igor A Tarasov 2009-12-23 04:02:10 UTC
Created attachment 379971 [details]
Patch configure script to allow kqemu

kqemu disabled in any case because of bug in configure script:

linux_user="yes"
usb="linux"
kvm="yes"
if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
    kqemu="yes"
    audio_possible_drivers="$audio_possible_drivers fmod"
    kvm="yes"
    kqemu="no"
...

There are 2 lines with kqemu="yes", then kqemu="no". So kqemu is always no :(
Please, fix it and rebuild for public repository.

Comment 1 Glauber Costa 2009-12-24 11:15:04 UTC
kqemu is being deprecated in QEMU upstream, and fedora, as usual, takes the same path. So it is unlikely that we'll have new builds with this feature enabled.

Upstream made it disabled by default in this release, and removed it completely in the next one.

Comment 2 Fedora Admin XMLRPC Client 2010-03-09 17:18:11 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 3 Justin M. Forbes 2010-03-30 14:18:25 UTC
Closing wontfix since kqemu is being deprecated upstream.