2013-03-01 16:33:07

by Eric Blake

[permalink] [raw]
Subject: Re: [PATCH v13 5/8] add a new qevent: QEVENT_GUEST_PANICKED

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 <[email protected]>
> ---
> include/monitor/monitor.h | 1 +
> monitor.c | 1 +
> 2 files changed, 2 insertions(+)

Missing documentation in QMP/qmp-events.txt

--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org


Attachments:
signature.asc (621.00 B)
OpenPGP digital signature

2013-03-05 03:17:31

by Hu Tao

[permalink] [raw]
Subject: Re: [PATCH v13 5/8] add a new qevent: QEVENT_GUEST_PANICKED

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 <[email protected]>
> > ---
> > include/monitor/monitor.h | 1 +
> > monitor.c | 1 +
> > 2 files changed, 2 insertions(+)
>
> Missing documentation in QMP/qmp-events.txt

Thanks, will add it.