diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-06-23 15:54:49 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-01-16 09:19:48 +0100 |
commit | 11a3dee1b965ac38baf319e8b00db79a889a0200 (patch) | |
tree | 723fe75e58a08d2462229a80935d17ea4a51c180 /qapi | |
parent | af0e09106c57e732234eaf9bea5973437b3711d5 (diff) |
qmp-events: move 'BLOCK_JOB_READY' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/block-core.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json index 7af44c8d4a..1b3e6eb0e8 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -3410,6 +3410,14 @@ # event # # Since: 1.3 +# +# Example: +# +# <- { "event": "BLOCK_JOB_READY", +# "data": { "device": "drive0", "type": "mirror", "speed": 0, +# "len": 2097152, "offset": 2097152 } +# "timestamp": { "seconds": 1265044230, "microseconds": 450486 } } +# ## { 'event': 'BLOCK_JOB_READY', 'data': { 'type' : 'BlockJobType', |