Skip to content

Commit

Permalink
qapi: fix example of BLOCK_IO_ERROR event
Browse files Browse the repository at this point in the history
Example output lacks mandatory member @Reason.  Provide it.

Signed-off-by: Victor Toso <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Reviewed-by: John Snow <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
  • Loading branch information
victortoso authored and Markus Armbruster committed Mar 31, 2022
1 parent abbf047 commit 39e8bb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qapi/block-core.json
Original file line number Diff line number Diff line change
Expand Up @@ -5058,7 +5058,8 @@
# "data": { "device": "ide0-hd1",
# "node-name": "#block212",
# "operation": "write",
# "action": "stop" },
# "action": "stop",
# "reason": "No space left on device" },
# "timestamp": { "seconds": 1265044230, "microseconds": 450486 } }
#
##
Expand Down

0 comments on commit 39e8bb2

Please sign in to comment.