Re: [PATCH master+STABLE-0.15] Fix default accelerator when configured with --disable-kvm

2011-08-05 Thread Anthony Liguori
On 08/05/2011 12:10 PM, Marcelo Tosatti wrote: On Fri, Aug 05, 2011 at 09:50:29AM +0100, Daniel P. Berrange wrote: From: "Daniel P. Berrange" The default accelerator is hardcoded to 'kvm'. This is a fine default for qemu-kvm normally, but if the user built with ./configure --disable-kvm, then t

Re: [PATCH master+STABLE-0.15] Fix default accelerator when configured with --disable-kvm

2011-08-05 Thread Marcelo Tosatti
On Fri, Aug 05, 2011 at 09:50:29AM +0100, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > The default accelerator is hardcoded to 'kvm'. This is a fine > default for qemu-kvm normally, but if the user built with > ./configure --disable-kvm, then the resulting binaries will > not work b

[PATCH master+STABLE-0.15] Fix default accelerator when configured with --disable-kvm

2011-08-05 Thread Daniel P. Berrange
From: "Daniel P. Berrange" The default accelerator is hardcoded to 'kvm'. This is a fine default for qemu-kvm normally, but if the user built with ./configure --disable-kvm, then the resulting binaries will not work by default * vl.c: Default to 'tcg' unless CONFIG_KVM is defined Signed-off-by:

Re: [PATCH master+STABLE-0.15] Fix default accelerator when configured with --disable-kvm

2011-08-04 Thread Marcelo Tosatti
On Thu, Aug 04, 2011 at 03:02:24PM +0100, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > The default accelerator is hardcoded to 'kvm'. This is a fine > default for qemu-kvm normally, but if the user built with > ./configure --disable-kvm, then the resulting binaries will > not work b

[PATCH master+STABLE-0.15] Fix default accelerator when configured with --disable-kvm

2011-08-04 Thread Daniel P. Berrange
From: "Daniel P. Berrange" The default accelerator is hardcoded to 'kvm'. This is a fine default for qemu-kvm normally, but if the user built with ./configure --disable-kvm, then the resulting binaries will not work by default * vl.c: Default to 'tcg' unless CONFIG_KVM is defined --- vl.c |