From 598cd2bda0845096d2f06500e45b4d0d399b384a Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Wed, 20 May 2015 12:16:15 +0200 Subject: migration: create migration event We have one argument that tells us what event has happened. Signed-off-by: Juan Quintela Reviewed-by: Eric Blake --- qapi/event.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'qapi') diff --git a/qapi/event.json b/qapi/event.json index 378dda572a..f0cef010f0 100644 --- a/qapi/event.json +++ b/qapi/event.json @@ -242,6 +242,18 @@ ## { 'event': 'SPICE_MIGRATE_COMPLETED' } +## +# @MIGRATION +# +# Emitted when a migration event happens +# +# @status: @MigrationStatus describing the current migration status. +# +# Since: 2.4 +## +{ 'event': 'MIGRATION', + 'data': {'status': 'MigrationStatus'}} + ## # @ACPI_DEVICE_OST # -- cgit v1.2.3