From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44407) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRI1N-00077P-46 for qemu-devel@nongnu.org; Thu, 04 Feb 2016 06:24:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRI1I-0003VM-5h for qemu-devel@nongnu.org; Thu, 04 Feb 2016 06:24:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRI1I-0003VI-06 for qemu-devel@nongnu.org; Thu, 04 Feb 2016 06:24:16 -0500 References: <1454510164-6278-1-git-send-email-famz@redhat.com> <1454510164-6278-4-git-send-email-famz@redhat.com> <56B217E4.2070603@weilnetz.de> <20160204022944.GF5187@ad.usersys.redhat.com> From: Paolo Bonzini Message-ID: <56B334DA.7060804@redhat.com> Date: Thu, 4 Feb 2016 12:24:10 +0100 MIME-Version: 1.0 In-Reply-To: <20160204022944.GF5187@ad.usersys.redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 3/4] tests: Add mingw 32/64 cross compiling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , Stefan Weil Cc: kwolf@redhat.com, peter.maydell@linaro.org, =?UTF-8?Q?Alex_Benn=c3=a9e?= , qemu-devel@nongnu.org, stefanha@redhat.com, jsnow@redhat.com, david@gibson.dropbear.id.au On 04/02/2016 03:29, Fam Zheng wrote: >> > I suggest to add a trace backend as well (my tests run with >> > --enable-trace-backend=stderr, so maybe you want to choose >> > a different one). > Will do. > Note that the stderr (now renamed to "log") is now the default. Paolo