mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 19:49:43 +00:00
qapi: fix example of BLOCK_JOB_PENDING event
Example output has the wrong event's name in it. Fix it. Example output shows incorrect member @device. Fix it. Signed-off-by: Victor Toso <victortoso@redhat.com> Reviewed-by: John Snow <jsnow@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20220328140604.41484-5-victortoso@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
39e8bb223e
commit
2c29d9b04b
@ -5225,8 +5225,8 @@
|
||||
#
|
||||
# Example:
|
||||
#
|
||||
# <- { "event": "BLOCK_JOB_WAITING",
|
||||
# "data": { "device": "drive0", "type": "mirror" },
|
||||
# <- { "event": "BLOCK_JOB_PENDING",
|
||||
# "data": { "type": "mirror", "id": "backup_1" },
|
||||
# "timestamp": { "seconds": 1265044230, "microseconds": 450486 } }
|
||||
#
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user