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

2010-03-09 Thread Anthony Liguori
On 02/25/2010 09:11 AM, Luiz Capitulino wrote: Emitted whenever the RTC time changes. Signed-off-by: Luiz Capitulino Not that this change isn't acceptable, but I think we need to improve how we handle these events in the future. --- QMP/qmp-events.txt | 15 +++ hw/mc14

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

2010-03-09 Thread Anthony Liguori
On 02/25/2010 09:11 AM, Luiz Capitulino wrote: Emitted whenever the RTC time changes. Signed-off-by: Luiz Capitulino Applied. Thanks. Regards, Anthony Liguori --- QMP/qmp-events.txt | 15 +++ hw/mc146818rtc.c |2 ++ monitor.c |3 +++ monitor.h

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

2010-03-09 Thread Luiz Capitulino
On Tue, 09 Mar 2010 08:20:09 -0600 Anthony Liguori wrote: > On 02/25/2010 09:11 AM, Luiz Capitulino wrote: > > Emitted whenever the RTC time changes. > > > > Signed-off-by: Luiz Capitulino > > > > Not that this change isn't acceptable, but I think we need to improve > how we handle these ev

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

2010-02-25 Thread Luiz Capitulino
Emitted whenever the RTC time changes. Signed-off-by: Luiz Capitulino --- QMP/qmp-events.txt | 15 +++ hw/mc146818rtc.c |2 ++ monitor.c |3 +++ monitor.h |1 + sysemu.h |2 ++ vl.c |9 + 6 files changed, 32 i