From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59749) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlBOL-0002ob-Bx for qemu-devel@nongnu.org; Tue, 26 Nov 2013 00:41:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VlBOE-0000o3-Fe for qemu-devel@nongnu.org; Tue, 26 Nov 2013 00:40:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:22138) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlBOE-0000nx-7q for qemu-devel@nongnu.org; Tue, 26 Nov 2013 00:40:50 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rAQ5en5a030604 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 26 Nov 2013 00:40:49 -0500 Message-ID: <5294345A.7070305@redhat.com> Date: Tue, 26 Nov 2013 13:40:42 +0800 From: Fam Zheng MIME-Version: 1.0 References: <20131124093704.GA26763@redhat.com> <5291DD42.1050603@weilnetz.de> <52931E28.8010800@redhat.com> <87iovgd6vt.fsf@blackfin.pond.sub.org> In-Reply-To: <87iovgd6vt.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1.7] configure: re-add current options in config-host.mak List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: QEMU Developers On 2013=E5=B9=B411=E6=9C=8825=E6=97=A5 20:04, Markus Armbruster wrote: > Peter Maydell writes: > >> On 25 November 2013 09:53, Paolo Bonzini wrote: >>> I think anything that makes it easier for users to do bisections inst= ead >>> of us, and anything that makes it easier to script bisections ("git >>> bisect run"), is valuable. >> >> Personally I've taken to doing bisections with a complete >> "blow away build tree and start from scratch" process because >> it's more reliable... > > ccache speeds that up quite nicely :) > This is fantastic! Thanks for the tip. Fam