From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759339Ab3CEDRb (ORCPT ); Mon, 4 Mar 2013 22:17:31 -0500 Received: from cn.fujitsu.com ([222.73.24.84]:7303 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1759145Ab3CEDR3 (ORCPT ); Mon, 4 Mar 2013 22:17:29 -0500 X-IronPort-AV: E=Sophos;i="4.84,784,1355068800"; d="scan'208";a="6812430" Date: Tue, 5 Mar 2013 11:17:36 +0800 From: Hu Tao To: Eric Blake Cc: kvm list , qemu-devel , "linux-kernel@vger.kernel.org" , "Daniel P. Berrange" , KAMEZAWA Hiroyuki , Jan Kiszka , Gleb Natapov , Blue Swirl , Andrew Jones , Marcelo Tosatti , Sasha Levin , Luiz Capitulino , Anthony Liguori , Markus Armbruster , Paolo Bonzini , Stefan Hajnoczi , Juan Quintela , Orit Wasserman , Kevin Wolf , Wen Congyang , "Michael S. Tsirkin" , Alexander Graf , Alex Williamson , Peter Maydell Subject: Re: [PATCH v13 5/8] add a new qevent: QEVENT_GUEST_PANICKED Message-ID: <20130305031736.GO16362@localhost.localdomain> References: <664d63ad19ae6ec25a5a7bd6411c8ab7e289f632.1362051582.git.hutao@cn.fujitsu.com> <5130D7F3.8070003@redhat.com> MIME-Version: 1.0 In-Reply-To: <5130D7F3.8070003@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-MIMETrack: Itemize by SMTP Server on mailserver/fnst(Release 8.5.3|September 15, 2011) at 2013/03/05 11:16:26, Serialize by Router on mailserver/fnst(Release 8.5.3|September 15, 2011) at 2013/03/05 11:16:27, Serialize complete at 2013/03/05 11:16:27 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 01, 2013 at 09:31:47AM -0700, Eric Blake wrote: > On 02/28/2013 05:13 AM, Hu Tao wrote: > > This event will be emited when the guest is panicked. > > > > Signed-off-by: Wen Congyang > > --- > > include/monitor/monitor.h | 1 + > > monitor.c | 1 + > > 2 files changed, 2 insertions(+) > > Missing documentation in QMP/qmp-events.txt Thanks, will add it.