Bug 549965 - Slow emulation in QEMU because of disabled kqemu
Summary: Slow emulation in QEMU because of disabled kqemu
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: qemu
Version: 12
Hardware: All
OS: Linux
low
high
Target Milestone: ---
Assignee: Justin M. Forbes
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-12-23 04:02 UTC by Igor A Tarasov
Modified: 2010-03-30 14:18 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-03-30 14:18:25 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Patch configure script to allow kqemu (383 bytes, patch)
2009-12-23 04:02 UTC, Igor A Tarasov
no flags Details | Diff

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.


Note You need to log in before you can comment on or make changes to this bug.