From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37676) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXXXT-0004Ub-7C for qemu-devel@nongnu.org; Fri, 26 Sep 2014 11:34:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXXXK-00035x-4p for qemu-devel@nongnu.org; Fri, 26 Sep 2014 11:34:31 -0400 Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]:49611) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXXXJ-00034g-TE for qemu-devel@nongnu.org; Fri, 26 Sep 2014 11:34:22 -0400 Received: by mail-wg0-f45.google.com with SMTP id x13so9630250wgg.16 for ; Fri, 26 Sep 2014 08:34:16 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <54258045.2080503@redhat.com> Date: Fri, 26 Sep 2014 17:03:33 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1409344310-5441-1-git-send-email-ehabkost@redhat.com> <1409344310-5441-9-git-send-email-ehabkost@redhat.com> In-Reply-To: <1409344310-5441-9-git-send-email-ehabkost@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 08/17] accel: Move KVM accel registration to kvm-all.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost , qemu-devel@nongnu.org Cc: Michael Mueller , "Michael S. Tsirkin" , Marcel Apfelbaum , Alexander Graf , Christian Borntraeger , "Jason J. Herne" , =?windows-1252?Q?Andreas_?= =?windows-1252?Q?F=E4rber?= Il 29/08/2014 22:31, Eduardo Habkost ha scritto: > Note that this has an user-visible side-effect: instead of reporting > "KVM is not supported for this target", QEMU binaries not supporting KVM > will report "kvm accelerator does not exist". "does not exist" perhaps is a bit too strong. Perhaps change the message to "not found"? Paolo