diff mbox

correct RTC_CHANGE_EVENT description (v2)

Message ID 20130607195243.GA13357@amt.cnet
State New
Headers show

Commit Message

Marcelo Tosatti June 7, 2013, 7:52 p.m. UTC
Fix RTC_CHANGE event description to match implementation.

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>

Comments

Luiz Capitulino June 7, 2013, 9:03 p.m. UTC | #1
On Fri, 7 Jun 2013 16:52:43 -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..24e804e9 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 base RTC clock (as specified by -rtc base), and
> +new RTC clock value (json-number)
>  
>  Example:
>  
>
diff mbox

Patch

diff --git a/QMP/qmp-events.txt b/QMP/qmp-events.txt
index 92fe5fb..24e804e9 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 base RTC clock (as specified by -rtc base), and
+new RTC clock value (json-number)
 
 Example: