From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCiNe-00026q-HA for qemu-devel@nongnu.org; Mon, 04 Mar 2013 22:17:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCiNd-0008CE-Dz for qemu-devel@nongnu.org; Mon, 04 Mar 2013 22:17:30 -0500 Received: from [222.73.24.84] (port=55962 helo=song.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCiNd-0008C7-3X for qemu-devel@nongnu.org; Mon, 04 Mar 2013 22:17:29 -0500 Date: Tue, 5 Mar 2013 11:17:36 +0800 From: Hu Tao 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> Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Subject: Re: [Qemu-devel] [PATCH v13 5/8] add a new qevent: QEVENT_GUEST_PANICKED List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Peter Maydell , Gleb Natapov , "Michael S. Tsirkin" , Jan Kiszka , qemu-devel , Markus Armbruster , Blue Swirl , Orit Wasserman , kvm list , Juan Quintela , Alexander Graf , Andrew Jones , Alex Williamson , Sasha Levin , Stefan Hajnoczi , Luiz Capitulino , KAMEZAWA Hiroyuki , Kevin Wolf , Anthony Liguori , Marcelo Tosatti , "linux-kernel@vger.kernel.org" , Paolo Bonzini 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.