From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5c37-0002YM-2G for qemu-devel@nongnu.org; Thu, 08 Mar 2012 07:02:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5c30-0004rA-BU for qemu-devel@nongnu.org; Thu, 08 Mar 2012 07:02:24 -0500 Received: from mail-ww0-f53.google.com ([74.125.82.53]:49684) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5c30-0004qm-3h for qemu-devel@nongnu.org; Thu, 08 Mar 2012 07:02:18 -0500 Received: by wgbfm10 with SMTP id fm10so358121wgb.10 for ; Thu, 08 Mar 2012 04:02:16 -0800 (PST) Date: Thu, 8 Mar 2012 12:02:10 +0000 From: Stefan Hajnoczi Message-ID: <20120308120210.GA16306@stefanha-thinkpad.localdomain> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [patch] correct tracing.txt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jun Koi Cc: qemu-devel@nongnu.org On Thu, Mar 08, 2012 at 04:24:52PM +0800, Jun Koi wrote: > this patch corrects the configure's trace option in docs/tracing.txt > > Signed-off-by: Jun Koi > > diff --git a/docs/tracing.txt b/docs/tracing.txt > index ea29f2c..7b11d15 100644 > --- a/docs/tracing.txt > +++ b/docs/tracing.txt > @@ -9,7 +9,7 @@ for debugging, profiling, and observing execution. > > 1. Build with the 'simple' trace backend: > > - ./configure --trace-backend=simple > + ./configure --enable-trace-backend=simple > make > > 2. Create a file with the events you want to trace: > This may conflict with other patches on the list - I haven't sent a tracing pull request for far too long and there are a bunch of outstanding patches. But since it's here in a convenient patch email, let's take this! Thanks, applied to the tracing patches tree: https://github.com/stefanha/qemu/commits/tracing Stefan