diff options
| author | Juan Quintela | 2015-05-20 12:16:15 +0200 |
|---|---|---|
| committer | Juan Quintela | 2015-07-07 14:54:55 +0200 |
| commit | 598cd2bda0845096d2f06500e45b4d0d399b384a (patch) | |
| tree | e91296ffe50a49424514c552ee39b8c1f6024458 /qapi | |
| parent | migration: No need to call trace_migrate_set_state() (diff) | |
| download | qemu-598cd2bda0845096d2f06500e45b4d0d399b384a.tar.gz qemu-598cd2bda0845096d2f06500e45b4d0d399b384a.tar.xz qemu-598cd2bda0845096d2f06500e45b4d0d399b384a.zip | |
migration: create migration event
We have one argument that tells us what event has happened.
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'qapi')
| -rw-r--r-- | qapi/event.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/qapi/event.json b/qapi/event.json index 378dda572a..f0cef010f0 100644 --- a/qapi/event.json +++ b/qapi/event.json @@ -243,6 +243,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 # # Emitted when guest executes ACPI _OST method. |
