From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60847 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7R4N-0000RC-71 for qemu-devel@nongnu.org; Wed, 06 Apr 2011 07:38:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7R4I-0003T3-Ub for qemu-devel@nongnu.org; Wed, 06 Apr 2011 07:38:39 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:37836) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7R4I-0003Ss-ON for qemu-devel@nongnu.org; Wed, 06 Apr 2011 07:38:38 -0400 Received: by ywl41 with SMTP id 41so670483ywl.4 for ; Wed, 06 Apr 2011 04:38:38 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20110404214940.9761.94800.stgit@ginnungagap.bsc.es> References: <20110404214900.9761.49418.stgit@ginnungagap.bsc.es> <20110404214940.9761.94800.stgit@ginnungagap.bsc.es> Date: Wed, 6 Apr 2011 12:38:37 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Re: [PATCH 6/6] trace: enable all events List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Llu=EDs?= Cc: qemu-devel@nongnu.org On Mon, Apr 4, 2011 at 10:49 PM, Llu=EDs wrote: > Given that all events with programmatically-controlled state are disabled= by > default, we can delete the "disable" property from all events. > > As of now, the only backend that will generate high ammounts of (possibly= ) > undesired output is "stderr", but it is considered only for debug purpose= s. > > Signed-off-by: Llu=EDs Vilanova > --- > =A0trace-events | =A0382 +++++++++++++++++++++++++++++-------------------= ---------- > =A01 files changed, 191 insertions(+), 191 deletions(-) Please rebase on qemu.git/master before sending v2. New trace events have been added and need to have the disabled property removed. Stefan