mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 11:39:53 +00:00
qapi: fix example of BLOCK_JOB_READY event
Example output is missing ',' delimiter. Fix it. Problem was noticed when trying to load the example into python's json library. Signed-off-by: Victor Toso <victortoso@redhat.com> Message-Id: <20220901085840.22520-5-victortoso@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
612fb7cd54
commit
ccc9ddbcbe
@ -5252,7 +5252,7 @@
|
||||
#
|
||||
# <- { "event": "BLOCK_JOB_READY",
|
||||
# "data": { "device": "drive0", "type": "mirror", "speed": 0,
|
||||
# "len": 2097152, "offset": 2097152 }
|
||||
# "len": 2097152, "offset": 2097152 },
|
||||
# "timestamp": { "seconds": 1265044230, "microseconds": 450486 } }
|
||||
#
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user