Control: tag -1 + wontfix

12.07.2013 13:19, Thomas Preud'homme wrote:
> Package: qemu-system-x86
> Version: 1.5.0+dfsg-4
> Severity: minor
> File: /usr/bin/kvm
> Tags: patch
> 
> Dear Maintainer,
> 
> Currently when using kvm binary (/usr/bin/kvm), a message is displayed
> announcing its deprecation and advising to use qemu-system-x86_64
> instead. However, as can be seen by reading /usr/bin/kvm script, kvm is
> equivalent to qemu-system-x86_64 -machine accel=kvm:tcg. The message
> should thus clearly state so.
> 
> Attached is a patch with a more accurate suggestion.

It is not more accurate.  The thing is: the right binary to use is
qemu-system-x86_64, exactly as suggested.  But it has other defaults,
and other flags are available.  While exact kvm behavour is accel=
as you noted, a maybe better alternative is -enable-kvm, which,
unlike the accel-with-choices option, will fail if kvm isn't enabled
instead of falling back to tcg (emulation).

Current script suggests to use the new binary, but does not tell
anything about the options, and this is, in my opinion, the most
correct thing to do, because the user is free to choice which
options are more appropriate for a given situation.

Tagging as "wontfix" for now.

Thanks,

/mjt


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to