qmp-events: move 'SPICE_MIGRATE_COMPLETED' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
93ab0fc3c3
commit
e6bcb080f9
|
@ -131,18 +131,6 @@ Flush operation:
|
||||||
|
|
||||||
Note: this event is rate-limited.
|
Note: this event is rate-limited.
|
||||||
|
|
||||||
SPICE_MIGRATE_COMPLETED
|
|
||||||
-----------------------
|
|
||||||
|
|
||||||
Emitted when SPICE migration has completed
|
|
||||||
|
|
||||||
Data: None.
|
|
||||||
|
|
||||||
Example:
|
|
||||||
|
|
||||||
{ "timestamp": {"seconds": 1290688046, "microseconds": 417172},
|
|
||||||
"event": "SPICE_MIGRATE_COMPLETED" }
|
|
||||||
|
|
||||||
MIGRATION
|
MIGRATION
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
|
|
@ -393,6 +393,12 @@
|
||||||
# Emitted when SPICE migration has completed
|
# Emitted when SPICE migration has completed
|
||||||
#
|
#
|
||||||
# Since: 1.3
|
# Since: 1.3
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
#
|
||||||
|
# <- { "timestamp": {"seconds": 1290688046, "microseconds": 417172},
|
||||||
|
# "event": "SPICE_MIGRATE_COMPLETED" }
|
||||||
|
#
|
||||||
##
|
##
|
||||||
{ 'event': 'SPICE_MIGRATE_COMPLETED' }
|
{ 'event': 'SPICE_MIGRATE_COMPLETED' }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue