Fatal is not optional. Signed-off-by: Victor Toso <victort...@redhat.com> --- qapi/block-core.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qapi/block-core.json b/qapi/block-core.json index e89f2dfb5b..585a9e020e 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -5008,7 +5008,7 @@ # <- { "event": "BLOCK_IMAGE_CORRUPTED", # "data": { "device": "ide0-hd0", "node-name": "node0", # "msg": "Prevented active L1 table overwrite", "offset": 196608, -# "size": 65536 }, +# "size": 65536, "fatal": false }, # "timestamp": { "seconds": 1378126126, "microseconds": 966463 } } # # Since: 1.7 -- 2.35.1