From: Victor Toso Date: Mon, 28 Mar 2022 14:05:53 +0000 (+0200) Subject: qapi: fix example of BLOCK_IO_ERROR event X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=39e8bb223e4e186b9002f35d1632133f51062fcb;p=qemu.git qapi: fix example of BLOCK_IO_ERROR event Example output lacks mandatory member @reason. Provide it. Signed-off-by: Victor Toso Message-Id: <20220328140604.41484-4-victortoso@redhat.com> Reviewed-by: Markus Armbruster Reviewed-by: John Snow Signed-off-by: Markus Armbruster --- diff --git a/qapi/block-core.json b/qapi/block-core.json index 63c30a5378..46580ac551 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 } } # ##