From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCWHT-00066n-Uz for qemu-devel@nongnu.org; Mon, 04 Mar 2013 09:22:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCWHS-00045Q-Od for qemu-devel@nongnu.org; Mon, 04 Mar 2013 09:22:19 -0500 Received: from mail-bk0-f41.google.com ([209.85.214.41]:55332) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCWHS-00045K-Ih for qemu-devel@nongnu.org; Mon, 04 Mar 2013 09:22:18 -0500 Received: by mail-bk0-f41.google.com with SMTP id q16so2400967bkw.14 for ; Mon, 04 Mar 2013 06:22:17 -0800 (PST) Date: Mon, 4 Mar 2013 15:22:14 +0100 From: Stefan Hajnoczi Message-ID: <20130304142214.GA3981@stefanha-thinkpad.redhat.com> References: <20130301152934.22476.82209.stgit@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: <20130301152934.22476.82209.stgit@fimbulvetr.bsc.es> Subject: Re: [Qemu-devel] [PATCH v11 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 Fri, Mar 01, 2013 at 04:29:35PM +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 > --- > > Changes in v11: > > * Rebase on a4bcea3 from master. Hi Lluís, Thanks for rebasing. Unfortunately I still hit the hang on shutdown with the simple trace backend. Steps to reproduce: $ ./configure --target-list=x86_64-softmmu --enable-trace-backend=simple $ make $ cat my-events bdrv_open_common $ x86_64-softmmu/qemu-system-x86_64 \ -enable-kvm -m 1024 \ -trace events=my-events \ -drive if=virtio,cache=none,file=test.img Ctrl-Alt-2 (qemu) quit ...hang... Please let me know if you are able to reproduce it. qemu.git/master does not behave this way. Stefan