On 07/20/2011 03:50 AM, Richard W.M. Jones wrote:
On Tue, Jul 19, 2011 at 04:56:24PM -0500, Anthony Liguori wrote:
Can't libguestfs just ignore the messages?
It does, but they get printed to stderr which confuses users and has
caused several bug reports in the past. We'll probably have to
redirect them somewhere.
Given the large number of reports we've gotten in the past where poor
performance was caused by the expectation that a user had KVM enabled
and really didn't, I think it's more important to overcommunicate to the
user here.
If in the case of libguestfs, you think this isn't something a user
should worry about, you can just filter out the message before it hits
stderr.
Regards,
Anthony Liguori
$ qemu -nographic -device \?
KVM not supported for this target
No accelerator found!
Hrm, what's your HEAD because mine doesn't exhibit this behavior.
Right. This seems to be a problem specific to Fedora's package. I
also can't reproduce it with upstream.
Rich.