From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSkX0-0006O7-Jo for qemu-devel@nongnu.org; Tue, 03 Mar 2015 05:58:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSkWx-0005IQ-7r for qemu-devel@nongnu.org; Tue, 03 Mar 2015 05:58:30 -0500 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:51545) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSkWw-0005IK-U5 for qemu-devel@nongnu.org; Tue, 03 Mar 2015 05:58:27 -0500 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 3 Mar 2015 10:58:25 -0000 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 45F5817D8024 for ; Tue, 3 Mar 2015 10:58:43 +0000 (GMT) Received: from d06av10.portsmouth.uk.ibm.com (d06av10.portsmouth.uk.ibm.com [9.149.37.251]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t23AwOar2818422 for ; Tue, 3 Mar 2015 10:58:24 GMT Received: from d06av10.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av10.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t23AwNoW005081 for ; Tue, 3 Mar 2015 03:58:24 -0700 Date: Tue, 3 Mar 2015 11:23:35 +0100 From: Michael Mueller Message-ID: <20150303112335.0f4bd12b@bee> In-Reply-To: <20150302191733.GK3513@thinpad.lan.raisama.net> References: <1425300248-40277-1-git-send-email-mimu@linux.vnet.ibm.com> <1425300248-40277-2-git-send-email-mimu@linux.vnet.ibm.com> <20150302191733.GK3513@thinpad.lan.raisama.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 01/16] Introduce probe mode for machine type none List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: linux-s390@vger.kernel.org, kvm@vger.kernel.org, Gleb Natapov , qemu-devel@nongnu.org, linux-kernel@vger.kernel.org, Christian Borntraeger , Alexander Graf , "Jason J. Herne" , Cornelia Huck , Paolo Bonzini , Andreas Faerber , Richard Henderson On Mon, 2 Mar 2015 16:17:33 -0300 Eduardo Habkost wrote: > > + if (probe_mode) { > > + /* Use these accelerators in probe mode, tcg should be last */ > > + p = probe_mode_accels; > > I don't fully understand the purpose of this patch yet (I will discuss > it in a reply to the cover letter). But if you really want -machine none > to trigger different behavior, why you didn't add a probe_mode field > to MachineClass, so you can set it in the mahine_none class code? I initially had this machine attribute but, when I remember correctly, but wasn't able to communicate it down into the target code. But anyhow, the "mode" is eventually obsolete in light of the temporarily constructed accelerators.. I will further comment on this as reply to your comment on the cover letter to keep it in place. Michael