Skip to content

Commit

Permalink
qmp-events: move 'RESUME' doc to schema
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
  • Loading branch information
elmarco authored and Markus Armbruster committed Jan 16, 2017
1 parent 138c454 commit a2235a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docs/qmp-events.txt
Expand Up @@ -166,18 +166,6 @@ Flush operation:

Note: this event is rate-limited.

RESUME
------

Emitted when the Virtual Machine resumes execution.

Data: None.

Example:

{ "event": "RESUME",
"timestamp": { "seconds": 1271770767, "microseconds": 582542 } }

RTC_CHANGE
----------

Expand Down
6 changes: 6 additions & 0 deletions qapi/event.json
Expand Up @@ -75,6 +75,12 @@
# Emitted when the virtual machine resumes execution
#
# Since: 0.12.0
#
# Example:
#
# <- { "event": "RESUME",
# "timestamp": { "seconds": 1271770767, "microseconds": 582542 } }
#
##
{ 'event': 'RESUME' }

Expand Down

0 comments on commit a2235a0

Please sign in to comment.