qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] correct RTC_CHANGE_EVENT description
@ 2013-05-31 18:24 Marcelo Tosatti
  2013-06-03 12:18 ` Luiz Capitulino
  0 siblings, 1 reply; 4+ messages in thread
From: Marcelo Tosatti @ 2013-05-31 18:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gleb Natapov, Luiz Capitulino


Fix RTC_CHANGE event description to match implementation.

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

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:
 

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PATCH] correct RTC_CHANGE_EVENT description
  2013-05-31 18:24 [Qemu-devel] [PATCH] correct RTC_CHANGE_EVENT description Marcelo Tosatti
@ 2013-06-03 12:18 ` Luiz Capitulino
  2013-06-07 19:52   ` [Qemu-devel] [PATCH] correct RTC_CHANGE_EVENT description (v2) Marcelo Tosatti
  0 siblings, 1 reply; 4+ messages in thread
From: Luiz Capitulino @ 2013-06-03 12:18 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: qemu-devel, Gleb Natapov

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:
>  
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [PATCH] correct RTC_CHANGE_EVENT description (v2)
  2013-06-03 12:18 ` Luiz Capitulino
@ 2013-06-07 19:52   ` Marcelo Tosatti
  2013-06-07 21:03     ` Luiz Capitulino
  0 siblings, 1 reply; 4+ messages in thread
From: Marcelo Tosatti @ 2013-06-07 19:52 UTC (permalink / raw)
  To: Luiz Capitulino; +Cc: qemu-devel, Gleb Natapov


Fix RTC_CHANGE event description to match implementation.

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

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:
 

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PATCH] correct RTC_CHANGE_EVENT description (v2)
  2013-06-07 19:52   ` [Qemu-devel] [PATCH] correct RTC_CHANGE_EVENT description (v2) Marcelo Tosatti
@ 2013-06-07 21:03     ` Luiz Capitulino
  0 siblings, 0 replies; 4+ messages in thread
From: Luiz Capitulino @ 2013-06-07 21:03 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: qemu-devel, Gleb Natapov

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:
>  
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-06-07 21:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-31 18:24 [Qemu-devel] [PATCH] correct RTC_CHANGE_EVENT description Marcelo Tosatti
2013-06-03 12:18 ` Luiz Capitulino
2013-06-07 19:52   ` [Qemu-devel] [PATCH] correct RTC_CHANGE_EVENT description (v2) Marcelo Tosatti
2013-06-07 21:03     ` Luiz Capitulino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).