From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3FeL-0003Ic-LY for qemu-devel@nongnu.org; Tue, 14 Jan 2014 20:52:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3FeH-0004es-Fq for qemu-devel@nongnu.org; Tue, 14 Jan 2014 20:52:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57435) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3FeH-0004eo-8G for qemu-devel@nongnu.org; Tue, 14 Jan 2014 20:52:05 -0500 Date: Wed, 15 Jan 2014 09:51:51 +0800 From: Stefan Hajnoczi Message-ID: <20140115015151.GA24957@stefanha-thinkpad.redhat.com> References: <20140114155254.30823.22639.stgit@fimbulvetr.bsc.es> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20140114155254.30823.22639.stgit@fimbulvetr.bsc.es> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2] trace: [simple] Do not include "trace/simple.h" in generated tracer headers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?Llu=EDs?= Vilanova Cc: Stefan Hajnoczi , qemu-devel@nongnu.org On Tue, Jan 14, 2014 at 04:52:55PM +0100, Llu=EDs Vilanova wrote: > The header is not necessary, given that the simple backend does not def= ine any > inlined tracing routines. >=20 > Signed-off-by: Llu=EDs Vilanova > --- > scripts/tracetool/backend/simple.py | 3 --- > trace/simple.c | 1 + > 2 files changed, 1 insertion(+), 3 deletions(-) Thanks, applied to my tracing tree: https://github.com/stefanha/qemu/commits/tracing Stefan