From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zbvty-0003GK-Es for qemu-devel@nongnu.org; Tue, 15 Sep 2015 15:28:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zbvtu-0003cC-Cg for qemu-devel@nongnu.org; Tue, 15 Sep 2015 15:28:26 -0400 Received: from mail-vk0-f46.google.com ([209.85.213.46]:36358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zbvtu-0003c1-92 for qemu-devel@nongnu.org; Tue, 15 Sep 2015 15:28:22 -0400 Received: by vkfp126 with SMTP id p126so86653320vkf.3 for ; Tue, 15 Sep 2015 12:28:21 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <55C10F8D.3030400@twiddle.net> 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> <55C0FFE2.5010502@twiddle.net> <87a8u6lvm3.fsf@linaro.org> <55C10F8D.3030400@twiddle.net> From: Peter Maydell Date: Tue, 15 Sep 2015 20:28:02 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: Richard Henderson Cc: QEMU Trivial , QEMU Developers , Peter Crosthwaite , Paolo Bonzini , =?UTF-8?B?QWxleCBCZW5uw6ll?= , Aurelien Jarno On 4 August 2015 at 20:16, Richard Henderson wrote: > On 08/04/2015 12:08 PM, Alex Benn=C3=A9e wrote: >>>> Would that make sense as a debug option or should we have a specific s= et >>>> of TCG options to alter its behaviour? >>> >>> >>> That's what I'm saying -- probably a separate debug option is better. >> >> Sorry I meant should we add it to -d (as in -d nochain) or have some tcg >> opts (--tcg nochain,blah) > > I was suggesting the former: -d nochain. Did anybody ever write the patch to add 'nochain' support? thanks -- PMM