From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35221 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Om7IZ-0007I2-CN for qemu-devel@nongnu.org; Thu, 19 Aug 2010 11:45:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Om7IX-0001tw-9V for qemu-devel@nongnu.org; Thu, 19 Aug 2010 11:44:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24599) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Om7IW-0001tm-VS for qemu-devel@nongnu.org; Thu, 19 Aug 2010 11:44:57 -0400 Message-ID: <4C6D5174.8070208@redhat.com> Date: Thu, 19 Aug 2010 17:44:52 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 2/9] configure: add logging References: <1282221625-29501-1-git-send-email-kraxel@redhat.com> <1282221625-29501-3-git-send-email-kraxel@redhat.com> <4C6D3A33.1090002@codemonkey.ws> In-Reply-To: <4C6D3A33.1090002@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org On 08/19/10 16:05, Anthony Liguori wrote: > On 08/19/2010 07:40 AM, Gerd Hoffmann wrote: >> Write compile commands and messages to config.log. >> Useful for debugging configure. >> >> Signed-off-by: Gerd Hoffmann > > Indeed. > > Acked-by: Anthony Liguori > > Given the large nature of spice, I suggest that you setup a subtree for > it and do a pull request when the first round is ready. There *is* a git tree (referenced in the cover letter) to pull from. Will do that for the next version too ;) cheers, Gerd