diff options
author | Marcelo Tosatti <mtosatti@redhat.com> | 2013-06-07 16:52:43 -0300 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2013-06-07 17:01:00 -0400 |
commit | 9914fbedf21f1ffd45af67c8f3fe8a2e8f7e7785 (patch) | |
tree | 8bbc4ec6d57181c3dc3192a01213441b061cddb0 | |
parent | 8899b4ae2d792967b7655d3081fb2994426e4658 (diff) | |
download | qemu-9914fbedf21f1ffd45af67c8f3fe8a2e8f7e7785.zip qemu-9914fbedf21f1ffd45af67c8f3fe8a2e8f7e7785.tar.gz qemu-9914fbedf21f1ffd45af67c8f3fe8a2e8f7e7785.tar.bz2 |
correct RTC_CHANGE_EVENT description (v2)
Fix RTC_CHANGE event description to match implementation.
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
-rw-r--r-- | QMP/qmp-events.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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: |