Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 341023 - use.desc is missing description for kqemu use flag
Summary: use.desc is missing description for kqemu use flag
Status: RESOLVED INVALID
Alias: None
Product: Documentation
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-14 18:26 UTC by Kevin Haddock
Modified: 2010-10-14 18:31 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Haddock 2010-10-14 18:26:51 UTC
There may be other qemu use flags missing from use.desc also.

Reproducible: Always

Steps to Reproduce:
1. emerge slocate
2. sudo updatedb
3. grep kqemu `locate use.desc`

Actual Results:  
nothing

Expected Results:  
entry for kqemu use flag

I had to delve into the ebuild file to figure out if such a use flag existed.
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-10-14 18:31:29 UTC
-use.desc is for global use flags
-use.local.desc if for local use flags

kqemu is a local use flag only. You may enjoy the quse command from app-portage/portage-utils..

%% quse -D kqemu
 local:kqemu:app-emulation/qemu: Enables the kernel acceleration module on a x86/x86-64 cpu
 local:kqemu:app-emulation/qemu-softmmu: Enables the kernel acceleration module on a x86/x86-64 cpu

(Closing bug report, not a bug)