From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vkv37-0000PS-4f for qemu-devel@nongnu.org; Mon, 25 Nov 2013 07:14:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vkv32-0000OO-Cy for qemu-devel@nongnu.org; Mon, 25 Nov 2013 07:13:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:17899) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vkv32-0000OJ-4g for qemu-devel@nongnu.org; Mon, 25 Nov 2013 07:13:52 -0500 From: Markus Armbruster References: <20131124093704.GA26763@redhat.com> <5291DD42.1050603@weilnetz.de> <52931E28.8010800@redhat.com> Date: Mon, 25 Nov 2013 13:04:54 +0100 In-Reply-To: (Peter Maydell's message of "Mon, 25 Nov 2013 10:51:09 +0000") Message-ID: <87iovgd6vt.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain 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: Peter Maydell Cc: Fam Zheng , Stefan Hajnoczi , "Michael S. Tsirkin" , Stefan Weil , QEMU Developers , Anthony Liguori , Paolo Bonzini , Richard Henderson Peter Maydell writes: > On 25 November 2013 09:53, Paolo Bonzini wrote: >> I think anything that makes it easier for users to do bisections instead >> 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 :)