aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 16:25:25 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:19:49 +0100
commit73c41bfd314fe3319e35325162a7e9ded310fc4f (patch)
tree53506dac5dac0838af9adacd971a2b73008ba127 /docs
parentaa496f9812a7fb880f8782c8c3956183e759fbf0 (diff)
qmp-events: move 'RTC_CHANGE' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/qmp-events.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/qmp-events.txt b/docs/qmp-events.txt
index 8e709ea84c..35760649aa 100644
--- a/docs/qmp-events.txt
+++ b/docs/qmp-events.txt
@@ -166,24 +166,6 @@ Flush operation:
Note: this event is rate-limited.
-RTC_CHANGE
-----------
-
-Emitted when the guest changes the RTC time.
-
-Data:
-
-- "offset": Offset between base RTC clock (as specified by -rtc base), and
-new RTC clock value (json-number)
-
-Example:
-
-{ "event": "RTC_CHANGE",
- "data": { "offset": 78 },
- "timestamp": { "seconds": 1267020223, "microseconds": 435656 } }
-
-Note: this event is rate-limited.
-
SPICE_CONNECTED
---------------