Re: [Qemu-devel] [PATCH] Remove debugging messages.

2011-07-20 Thread Richard W.M. Jones
On Wed, Jul 20, 2011 at 07:51:29AM -0500, Anthony Liguori wrote: > 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. >

Re: [Qemu-devel] [PATCH] Remove debugging messages.

2011-07-20 Thread Anthony Liguori
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 red

Re: [Qemu-devel] [PATCH] Remove debugging messages.

2011-07-20 Thread Richard W.M. Jones
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. > >$ qemu -nographic -device

Re: [Qemu-devel] [PATCH] Remove debugging messages.

2011-07-19 Thread Anthony Liguori
On 07/19/2011 03:59 PM, Richard W.M. Jones wrote: On Tue, Jul 19, 2011 at 03:04:22PM -0500, Anthony Liguori wrote: On 07/19/2011 02:23 PM, Richard W.M. Jones wrote: From: "Richard W.M. Jones" When using qemu -machine accel=kvm:tcg, if KVM is not available you get a load of debugging output:

Re: [Qemu-devel] [PATCH] Remove debugging messages.

2011-07-19 Thread Richard W.M. Jones
On Tue, Jul 19, 2011 at 03:04:22PM -0500, Anthony Liguori wrote: > On 07/19/2011 02:23 PM, Richard W.M. Jones wrote: > >From: "Richard W.M. Jones" > > > >When using qemu -machine accel=kvm:tcg, if KVM is not available you > >get a load of debugging output: > > > > Could not access KVM kernel modu

Re: [Qemu-devel] [PATCH] Remove debugging messages.

2011-07-19 Thread Richard W.M. Jones
On Tue, Jul 19, 2011 at 11:49:22PM +0400, Michael Tokarev wrote: > 19.07.2011 23:23, Richard W.M. Jones wrote: > > From: "Richard W.M. Jones" > > > > When using qemu -machine accel=kvm:tcg, if KVM is not available you > > get a load of debugging output: > > > > Could not access KVM kernel modu

Re: [Qemu-devel] [PATCH] Remove debugging messages.

2011-07-19 Thread Anthony Liguori
On 07/19/2011 02:23 PM, Richard W.M. Jones wrote: From: "Richard W.M. Jones" When using qemu -machine accel=kvm:tcg, if KVM is not available you get a load of debugging output: Could not access KVM kernel module: No such file or directory failed to initialize KVM: No such file or director

Re: [Qemu-devel] [PATCH] Remove debugging messages.

2011-07-19 Thread Michael Tokarev
19.07.2011 23:23, Richard W.M. Jones wrote: > From: "Richard W.M. Jones" > > When using qemu -machine accel=kvm:tcg, if KVM is not available you > get a load of debugging output: > > Could not access KVM kernel module: No such file or directory > failed to initialize KVM: No such file or dir

Re: [Qemu-devel] [PATCH] Remove debugging messages.

2011-07-19 Thread Jan Kiszka
On 2011-07-19 21:23, Richard W.M. Jones wrote: > From: "Richard W.M. Jones" > > When using qemu -machine accel=kvm:tcg, if KVM is not available you > get a load of debugging output: > > Could not access KVM kernel module: No such file or directory > failed to initialize KVM: No such file or

[Qemu-devel] [PATCH] Remove debugging messages.

2011-07-19 Thread Richard W.M. Jones
From: "Richard W.M. Jones" When using qemu -machine accel=kvm:tcg, if KVM is not available you get a load of debugging output: Could not access KVM kernel module: No such file or directory failed to initialize KVM: No such file or directory Back to tcg accelerator. Signed-off-by: Richard