From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIlc8-0007jY-2d for qemu-devel@nongnu.org; Mon, 01 Oct 2012 15:25:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TIlc7-0002BA-1e for qemu-devel@nongnu.org; Mon, 01 Oct 2012 15:25:11 -0400 Received: from mx3-phx2.redhat.com ([209.132.183.24]:57507) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIlc6-0002AW-ND for qemu-devel@nongnu.org; Mon, 01 Oct 2012 15:25:10 -0400 Date: Mon, 1 Oct 2012 15:25:06 -0400 (EDT) From: Paolo Bonzini Message-ID: <836856249.4545946.1349119506235.JavaMail.root@redhat.com> In-Reply-To: <87626u9fqd.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] kvm: Set default accelerator to "kvm" if the host supports it List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: kvm , Scott Moser , Jan Kiszka , Marcelo Tosatti , Michael Tokarev , qemu-devel , Bruce Rogers , Avi Kivity , Cole Robinson , Andreas =?utf-8?Q?F=C3=A4rber?= > But libguest can set it's accelerator option to whatever it wants. > > If your running QEMU under a VM, it's pretty reasonable to have to > use a special option IMHO. It's also reasonable to have consecutive releases change defaults in a more "friendly" way (i.e. from tcg to kvm:tcg), especially since we'll get users that formerly used qemu-kvm and never had to specify neither -machine accel nor --enable-kvm. > > IMHO, default to KVM, fallback to TCG is the most friendly default > > behaviour. > > Except if a user expects good network performance and can't > understand why they're getting 100kb/s. libguestfs doesn't need network at all (though I wonder if they could use lxc instead...). Paolo