Re: [Qemu-devel] [PATCH] QMP: Introduce WATCHDOG event

2010-03-09 Thread Anthony Liguori
On 02/25/2010 09:13 AM, Luiz Capitulino wrote: It's emitted whenever the watchdog device's timer expires. The action taken is provided in the 'data' member. Signed-off-by: Luiz Capitulino Applied. Thanks. Regards, Anthony Liguori --- QMP/qmp-events.txt | 19 +++

Re: [Qemu-devel] [PATCH] QMP: Introduce WATCHDOG event

2010-02-26 Thread Daniel P. Berrange
On Thu, Feb 25, 2010 at 12:13:04PM -0300, Luiz Capitulino wrote: > > It's emitted whenever the watchdog device's timer expires. The action > taken is provided in the 'data' member. > > Signed-off-by: Luiz Capitulino > --- > QMP/qmp-events.txt | 19 +++ > hw/watchdog.c |

[Qemu-devel] [PATCH] QMP: Introduce WATCHDOG event

2010-02-25 Thread Luiz Capitulino
It's emitted whenever the watchdog device's timer expires. The action taken is provided in the 'data' member. Signed-off-by: Luiz Capitulino --- QMP/qmp-events.txt | 19 +++ hw/watchdog.c | 17 + monitor.c |3 +++ monitor.h |1 +