Message ID | 20130531182403.GA11153@amt.cnet |
---|---|
State | New |
Headers | show |
On Fri, 31 May 2013 15:24:03 -0300 Marcelo Tosatti <mtosatti@redhat.com> wrote: > > Fix RTC_CHANGE event description to match implementation. > > Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Applied to the qmp branch, thanks. > > diff --git a/QMP/qmp-events.txt b/QMP/qmp-events.txt > index 92fe5fb..00b4087 100644 > --- a/QMP/qmp-events.txt > +++ b/QMP/qmp-events.txt > @@ -203,7 +203,8 @@ Emitted when the guest changes the RTC time. > > Data: > > -- "offset": delta against the host UTC in seconds (json-number) > +- "offset": Offset between old RTC clock value and new one > + in seconds (json-number) > > Example: > >
diff --git a/QMP/qmp-events.txt b/QMP/qmp-events.txt index 92fe5fb..00b4087 100644 --- a/QMP/qmp-events.txt +++ b/QMP/qmp-events.txt @@ -203,7 +203,8 @@ Emitted when the guest changes the RTC time. Data: -- "offset": delta against the host UTC in seconds (json-number) +- "offset": Offset between old RTC clock value and new one + in seconds (json-number) Example:
Fix RTC_CHANGE event description to match implementation. Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>