From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPqHW-0008CZ-M1 for qemu-devel@nongnu.org; Tue, 18 Mar 2014 05:26:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPqHR-0003PC-Ua for qemu-devel@nongnu.org; Tue, 18 Mar 2014 05:25:58 -0400 Date: Tue, 18 Mar 2014 10:25:41 +0100 From: Stefan Hajnoczi Message-ID: <20140318092541.GB25460@stefanha-thinkpad.redhat.com> References: <1394827750-28635-1-git-send-email-sw@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1394827750-28635-1-git-send-email-sw@weilnetz.de> Subject: Re: [Qemu-devel] [PATCH] configure: Show trace output file conditionally List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Fri, Mar 14, 2014 at 09:09:10PM +0100, Stefan Weil wrote: > It is only used with the simple trace backend. > > Signed-off-by: Stefan Weil > --- > configure | 2 ++ > 1 file changed, 2 insertions(+) Thanks, applied to my tracing-next tree: https://github.com/stefanha/qemu/commits/tracing-next Stefan