From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIgbo-0006d1-Rm for qemu-devel@nongnu.org; Mon, 01 Oct 2012 10:04:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TIgbj-0000eN-2d for qemu-devel@nongnu.org; Mon, 01 Oct 2012 10:04:32 -0400 Received: from mail-oa0-f45.google.com ([209.85.219.45]:60575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIgbi-0000d9-Tp for qemu-devel@nongnu.org; Mon, 01 Oct 2012 10:04:26 -0400 Received: by oagi18 with SMTP id i18so4808611oag.4 for ; Mon, 01 Oct 2012 07:04:26 -0700 (PDT) From: Anthony Liguori In-Reply-To: <50699CDC.1010604@redhat.com> References: <20120930191146.GA20012@amt.cnet> <50694EC1.8060006@siemens.com> <20121001093102.GA14797@amt.cnet> <50696E9E.7030302@siemens.com> <87zk468h3y.fsf@codemonkey.ws> <50699CDC.1010604@redhat.com> Date: Mon, 01 Oct 2012 09:04:21 -0500 Message-ID: <87wqzap9ui.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: kvm , Scott Moser , Jan Kiszka , Marcelo Tosatti , Michael Tokarev , qemu-devel , Cole Robinson , Andreas =?utf-8?Q?F=C3=A4rber?= Paolo Bonzini writes: > Il 01/10/2012 15:19, Anthony Liguori ha scritto: >> I think it's time for the distros to drop qemu-kvm and just ship >> qemu.git. Is there anything else that needs to happen to make that >> switch? > > Perhaps change the default to -machine accel=kvm:tcg? > > Paolo I would be in favor of: #if defined(CONFIG_KVM) accel=kvm #else accel=tcg #endif If KVM is available for your target, you almost certainly want to use it. I'd be very happy with that change for 1.3. Regards, Anthony Liguori