aboutsummaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2022-03-28 16:05:53 +0200
committerMarkus Armbruster <armbru@redhat.com>2022-03-31 12:34:51 +0200
commit39e8bb223e4e186b9002f35d1632133f51062fcb (patch)
tree22b6e5f653140b09bf33f139968494415f846c43 /qapi
parentabbf04731f002f97d1aa2e5f264ea59489c97f5a (diff)
downloadqemu-39e8bb223e4e186b9002f35d1632133f51062fcb.zip
qemu-39e8bb223e4e186b9002f35d1632133f51062fcb.tar.gz
qemu-39e8bb223e4e186b9002f35d1632133f51062fcb.tar.bz2
qapi: fix example of BLOCK_IO_ERROR event
Example output lacks mandatory member @reason. Provide it. Signed-off-by: Victor Toso <victortoso@redhat.com> Message-Id: <20220328140604.41484-4-victortoso@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: John Snow <jsnow@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/block-core.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json
index 63c30a5..46580ac 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -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 } }
#
##