From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULCld-0006SO-Rt for qemu-devel@nongnu.org; Thu, 28 Mar 2013 09:21:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ULClc-00065H-Db for qemu-devel@nongnu.org; Thu, 28 Mar 2013 09:21:21 -0400 Received: from mail-we0-x22e.google.com ([2a00:1450:400c:c03::22e]:47311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULClc-000659-7X for qemu-devel@nongnu.org; Thu, 28 Mar 2013 09:21:20 -0400 Received: by mail-we0-f174.google.com with SMTP id u12so2088285wey.33 for ; Thu, 28 Mar 2013 06:21:19 -0700 (PDT) Date: Thu, 28 Mar 2013 14:21:17 +0100 From: Stefan Hajnoczi Message-ID: <20130328132117.GB22865@stefanha-thinkpad.redhat.com> References: <514C1560.1020406@jp.fujitsu.com> <514C15D3.1020003@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <514C15D3.1020003@jp.fujitsu.com> Subject: Re: [Qemu-devel] [PATCH 1/5] vl: add runstate_set tracepoint List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kazuya Saito Cc: qemu-devel@nongnu.org On Fri, Mar 22, 2013 at 05:26:59PM +0900, Kazuya Saito wrote: > This patch enables us to know RunState transition. It will be userful > for investigation when the trouble occured in special event such like > live migration, shutdown, suspend, and so on. > > Signed-off-by: Kazuya Saito > --- > trace-events | 1 + > vl.c | 2 +- > 2 files changed, 2 insertions(+), 1 deletions(-) Thanks, applied to my tracing tree: https://github.com/stefanha/qemu/commits/tracing Stefan