From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCt0n-000379-9F for qemu-devel@nongnu.org; Wed, 28 Mar 2012 09:34:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCt0i-0001lt-Gb for qemu-devel@nongnu.org; Wed, 28 Mar 2012 09:34:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7111) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCt0i-0001lj-8V for qemu-devel@nongnu.org; Wed, 28 Mar 2012 09:34:00 -0400 Date: Wed, 28 Mar 2012 15:33:45 +0200 From: Alon Levy Message-ID: <20120328133345.GZ32389@garlic> References: <1332921337-14785-1-git-send-email-alevy@redhat.com> <20120328131634.GY32389@garlic> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20120328131634.GY32389@garlic> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH trivial] trace-events: don't use dtrace reserved words in and next List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , =?iso-8859-1?Q?Llu=EDs?= Vilanova , qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com On Wed, Mar 28, 2012 at 03:16:34PM +0200, Alon Levy wrote: > On Wed, Mar 28, 2012 at 01:55:49PM +0100, Stefan Hajnoczi wrote: > > On Wed, Mar 28, 2012 at 8:55 AM, Alon Levy wrote: > > > --- > > > =A0trace-events | =A0 =A04 ++-- > > > =A01 file changed, 2 insertions(+), 2 deletions(-) > >=20 > > We're always going to struggle with new trace events that add reserve= d > > keywords. Fixing up trace-events is going to be an ongoing task so > > I'd like to also see tracetool automatically modify keywords 'next' -= > > > 'next_'. Do you want to send a patch to do that instead? >=20 hmm, I changed to _next, not next_, if you'd like to change that and commit I don't mind. > sure. For the new tracetool.py too ? :) >=20 > >=20 > > Stefan > >=20 >=20