From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZdQI-0001HC-P7 for qemu-devel@nongnu.org; Wed, 19 Dec 2018 10:06:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZdQC-0004rH-RT for qemu-devel@nongnu.org; Wed, 19 Dec 2018 10:06:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43240) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gZdQC-0004ou-EF for qemu-devel@nongnu.org; Wed, 19 Dec 2018 10:06:04 -0500 References: <20181217231700.24482-1-pbonzini@redhat.com> From: Paolo Bonzini Message-ID: <0c4f4079-40df-4d40-0c77-bc18eedaf538@redhat.com> Date: Wed, 19 Dec 2018 16:05:58 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 00/35] Misc patches for 2018-12-18 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 19/12/18 15:33, Peter Maydell wrote: > PS: can the colorization be disabled? Grepping logfiles for > ERROR, FAIL, etc doesn't work in the presence of colour > escape sequences... Oh interesting that it didn't grep fine for you, it seemed to be okay her= e. I added it because "make -O" uses a pipe rather than tty, and causes colors not to be applied. I'm thinking of adding a --enable-color=3DFOO instead, for now I'll disable it and send v2. Paolo