From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfOH5-000697-UN for qemu-devel@nongnu.org; Fri, 15 Jun 2012 00:36:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SfOH3-0007r1-W5 for qemu-devel@nongnu.org; Fri, 15 Jun 2012 00:36:43 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:40736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfOH3-0007qR-Rq for qemu-devel@nongnu.org; Fri, 15 Jun 2012 00:36:41 -0400 Received: by yenl1 with SMTP id l1so1693076yen.4 for ; Thu, 14 Jun 2012 21:36:36 -0700 (PDT) Message-ID: <4FDABBCE.3090600@ozlabs.ru> Date: Fri, 15 Jun 2012 14:36:30 +1000 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <4FD96B84.6080907@ozlabs.ru> <20120614131832.GA18163@stefanha-thinkpad.localdomain> In-Reply-To: <20120614131832.GA18163@stefanha-thinkpad.localdomain> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] trace: added ability to comment out events in the list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: "qemu-devel@nongnu.org" , kvm-ppc@vger.kernel.org On 14/06/12 23:18, Stefan Hajnoczi wrote: > On Thu, Jun 14, 2012 at 02:41:40PM +1000, Alexey Kardashevskiy wrote: >> It is convenient for debug to be able to switch on/off some events easily. >> The only possibility now is to remove event name from the file completely >> and type it again when we want it back. >> >> The patch adds '#' symbol handling as a comment specifier. >> >> Signed-off-by: Alexey Kardashevskiy >> --- >> trace/control.c | 3 +++ >> 1 files changed, 3 insertions(+), 0 deletions(-) > > Thanks, applied to the tracing patches tree: > https://github.com/stefanha/qemu/commits/tracing Cannot find it there though :) -- Alexey