From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36749) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMgep-0004RT-87 for qemu-devel@nongnu.org; Tue, 04 Aug 2015 14:09:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMgel-0000uc-WC for qemu-devel@nongnu.org; Tue, 04 Aug 2015 14:09:47 -0400 Sender: Richard Henderson References: <1438593291-27109-1-git-send-email-alex.bennee@linaro.org> <1438593291-27109-4-git-send-email-alex.bennee@linaro.org> <20150804121616.GA8192@aurel32.net> <87h9ofks0j.fsf@linaro.org> <55C0D879.90404@twiddle.net> <87d1z3klyh.fsf@linaro.org> From: Richard Henderson Message-ID: <55C0FFE2.5010502@twiddle.net> Date: Tue, 4 Aug 2015 11:09:38 -0700 MIME-Version: 1.0 In-Reply-To: <87d1z3klyh.fsf@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v4 03/11] qemu-log: correct help text for -d cpu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Alex_Benn=c3=a9e?= Cc: Peter Maydell , QEMU Trivial , QEMU Developers , Peter Crosthwaite , Paolo Bonzini , Aurelien Jarno On 08/04/2015 10:22 AM, Alex Bennée wrote: > > Richard Henderson writes: > >> On 08/04/2015 08:15 AM, Peter Maydell wrote: >>> On 4 August 2015 at 16:11, Alex Bennée wrote: >>>> Aurelien Jarno writes: >>>>> On 2015-08-03 10:14, Alex Bennée wrote: >>>>> In practice this is not true for linked TB. Should we also disable TB >>>>> linking when this option is enabled? >>>> >>>> Good question. I suspect yes because if you've gone to level of wanting >>>> exec tracing you'll probably get confused by the chaining. Of course it >>>> will run a lot slower then. >>> >>> Unless the bug you were trying to track down is caused by the exec >>> chaining, of course... But yes, I think we get more people wanting >>> chaining to be disableable. >>> >>> Not sure we want to tie it to the 'cpu' debug option, though -- it >>> applies just as much to 'exec'. >> >> Does it make more sense to have a 'nochain' debug option, and not tie it to >> either 'cpu' or 'exec'? It might be occasionally useful on its own, simply to >> determine if a bug does exist in the exec chaining. > > Would that make sense as a debug option or should we have a specific set > of TCG options to alter its behaviour? That's what I'm saying -- probably a separate debug option is better. r~