From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTR8A-0005xi-LF for qemu-devel@nongnu.org; Wed, 10 Feb 2016 04:32:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTR87-0004ch-E7 for qemu-devel@nongnu.org; Wed, 10 Feb 2016 04:32:14 -0500 Received: from e06smtp05.uk.ibm.com ([195.75.94.101]:53658) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTR87-0004cc-3f for qemu-devel@nongnu.org; Wed, 10 Feb 2016 04:32:11 -0500 Received: from localhost by e06smtp05.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 10 Feb 2016 09:32:10 -0000 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id EA4861B0804B for ; Wed, 10 Feb 2016 09:32:20 +0000 (GMT) Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u1A9W7ld5570982 for ; Wed, 10 Feb 2016 09:32:07 GMT Received: from d06av01.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u1A9W7DX009679 for ; Wed, 10 Feb 2016 02:32:07 -0700 References: <1455036545-14870-1-git-send-email-den@openvz.org> From: Christian Borntraeger Message-ID: <56BB0396.3070603@de.ibm.com> Date: Wed, 10 Feb 2016 10:32:06 +0100 MIME-Version: 1.0 In-Reply-To: <1455036545-14870-1-git-send-email-den@openvz.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 1/1] vl: fix tracing initialization List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Denis V. Lunev" Cc: Paolo Bonzini , =?UTF-8?Q?Alex_Benn=c3=a9e?= , qemu-devel@nongnu.org, Stefan Hajnoczi On 02/09/2016 05:49 PM, Denis V. Lunev wrote: > we should call trace_init_backends() before trace_init_file() for > CONFIG_TRACE_SIMPLE There is no difference for other cases. > > This problem was introduced by the commit > commit 41fc57e44ed64cd4ab5393d83624afd897dabd4f > Author: Paolo Bonzini > Date: Thu Jan 7 16:55:24 2016 +0300 > > trace: split trace_init_file out of trace_init_backends > > 'make check' was failed as a result if configured with > --enable-trace-backends=simple > > Spotted by Alex Bennée. > > Signed-off-by: Denis V. Lunev > CC: Alex Bennée > CC: Paolo Bonzini > CC: Stefan Hajnoczi Tested-by: Christian Borntraeger