From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tguv9-000574-FK for qemu-devel@nongnu.org; Fri, 07 Dec 2012 05:12:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tguv4-0006YF-Ua for qemu-devel@nongnu.org; Fri, 07 Dec 2012 05:12:39 -0500 Received: from mail-ia0-f182.google.com ([209.85.210.182]:40224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tguv4-0006Y2-PU for qemu-devel@nongnu.org; Fri, 07 Dec 2012 05:12:34 -0500 Received: by mail-ia0-f182.google.com with SMTP id x2so322858iad.13 for ; Fri, 07 Dec 2012 02:12:33 -0800 (PST) Sender: Paolo Bonzini Message-ID: <50C1C10B.10506@redhat.com> Date: Fri, 07 Dec 2012 11:12:27 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <877goysvtm.fsf@codemonkey.ws> <50C10F63.4080208@wiesinger.com> <87wqwu1ffk.fsf@blackfin.pond.sub.org> <50C1A4C7.1000903@wiesinger.com> <87d2ym1caj.fsf@blackfin.pond.sub.org> In-Reply-To: <87d2ym1caj.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [ANNOUNCE] QEMU 1.3.0 release List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Gerhard Wiesinger , qemu-devel@nongnu.org Il 07/12/2012 09:44, Markus Armbruster ha scritto: >> > Is it possible to have only one binary built and switch between qemu >> > and qemu-kvm by specifying a command line option? >> > Another possibility might be when binary is name qemu-kvm KVM is >> > enabled otherwise not- >> > >> > Therefore 2 different binary builds between qemu and qemu-kvm aren't >> > necessary. > There's only one build. The resulting binary is intended to serve as > drop-in replacement for qemu-kvm. Please report any regressions. The obvious one is that the default accelerator is TCG even if KVM is available. Paolo