From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Se1Ij-0000nM-UE for qemu-devel@nongnu.org; Mon, 11 Jun 2012 05:52:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Se1Ii-0000VM-3Q for qemu-devel@nongnu.org; Mon, 11 Jun 2012 05:52:45 -0400 Received: from mail-lb0-f173.google.com ([209.85.217.173]:51158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Se1Ih-0000V8-Pv for qemu-devel@nongnu.org; Mon, 11 Jun 2012 05:52:44 -0400 Received: by lbok6 with SMTP id k6so3074266lbo.4 for ; Mon, 11 Jun 2012 02:52:41 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20120508143820.18271.25000.stgit@fimbulvetr.bsc.es> References: <20120508143813.18271.15731.stgit@fimbulvetr.bsc.es> <20120508143820.18271.25000.stgit@fimbulvetr.bsc.es> Date: Mon, 11 Jun 2012 10:52:40 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v4 1/7] tracetool: Explicitly identify public backends List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Llu=EDs_Vilanova?= Cc: qemu-devel@nongnu.org On Tue, May 8, 2012 at 3:38 PM, Llu=EDs Vilanova wrot= e: > Public backends are those printed by "--list-backends" and thus considere= d valid > by the configure script. > > Signed-off-by: Llu=EDs Vilanova > --- > =A0scripts/tracetool.py =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0 =A04 ++-= - > =A0scripts/tracetool/backend/__init__.py | =A0 16 +++++++++++++++- > =A0scripts/tracetool/backend/dtrace.py =A0 | =A0 =A03 +++ > =A0scripts/tracetool/backend/simple.py =A0 | =A0 =A03 +++ > =A0scripts/tracetool/backend/stderr.py =A0 | =A0 =A03 +++ > =A0scripts/tracetool/backend/ust.py =A0 =A0 =A0| =A0 =A03 +++ > =A06 files changed, 29 insertions(+), 3 deletions(-) Is there any use for PUBLIC in qemu.git/master at this time? If there is no real user in mainline yet then I'd rather not take this code= . Stefan