From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBN4R-0001Jn-61 for qemu-devel@nongnu.org; Fri, 01 Mar 2013 05:20:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UBN4P-0000HM-NT for qemu-devel@nongnu.org; Fri, 01 Mar 2013 05:20:07 -0500 Received: from mail-wg0-f44.google.com ([74.125.82.44]:46269) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBN4P-0000Ey-Hb for qemu-devel@nongnu.org; Fri, 01 Mar 2013 05:20:05 -0500 Received: by mail-wg0-f44.google.com with SMTP id dr12so2213275wgb.23 for ; Fri, 01 Mar 2013 02:20:04 -0800 (PST) Date: Fri, 1 Mar 2013 11:20:01 +0100 From: Stefan Hajnoczi Message-ID: <20130301102001.GA575@stefanha-thinkpad.redhat.com> References: <20130125163344.12616.85545.stgit@fimbulvetr.bsc.es> <20130228100846.GA15056@stefanha-thinkpad.redhat.com> <87fw0g4kic.fsf@fimbulvetr.bsc.es> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87fw0g4kic.fsf@fimbulvetr.bsc.es> Subject: Re: [Qemu-devel] [PATCH v10 0/7] trace: Generic event state description List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?Llu=EDs?= Vilanova Cc: Blue Swirl , qemu-devel@nongnu.org On Thu, Feb 28, 2013 at 02:48:27PM +0100, Lluís Vilanova wrote: > Stefan Hajnoczi writes: > > > On Fri, Jan 25, 2013 at 05:33:46PM +0100, Lluís Vilanova wrote: > >> Provides a generic event state description structure (TraceEvent) and a more > >> detailed event control and query interface. > >> > >> This is achieved by creating a new "non-public" tracing backend (i.e., not > >> selectable by the user at configure time) that will generate the appropriate > >> event description information. > >> > >> Signed-off-by: Lluís Vilanova > >> --- > > > Hi Lluís, > > I hit an issue testing the different backends with this series applied. > > > The simple trace writeout thread hangs when the 'quit' monitor command > > is issued. Do you see the same issue? > > > $ ./configure --target-list=x86_64-softmmu --enable-trace-backend=simple > > $ make -j4 > > $ cat my-events > > bdrv_open_common > > $ x86_64-softmmu/qemu-system-x86_64 -trace events=my-events > > (qemu) quit > > I've rebased the series in master (which forced me to fix a tiny line in a > makefile, due recent changes), and everything's working fine. > > I can resend the rebased series, if you want. Okay, sounds good. I'll retest your rebased series. Stefan