From: Ari Sundholm Date: Fri, 6 Jul 2018 14:01:36 +0000 (+0300) Subject: qapi/block-core.json: Add missing documentation for blklogwrites log-append option X-Git-Tag: v3.0.0-rc0~1^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7769eaa57859362a655b3d3a78d20df7774f16cf;p=thirdparty%2Fqemu.git qapi/block-core.json: Add missing documentation for blklogwrites log-append option This was accidentally omitted. Thanks to Eric Blake for spotting this. Signed-off-by: Ari Sundholm Reviewed-by: Eric Blake Signed-off-by: Kevin Wolf --- diff --git a/qapi/block-core.json b/qapi/block-core.json index 38b31250f93..62a92fa4f4d 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -3057,6 +3057,8 @@ # @log-sector-size: sector size used in logging writes to @file, determines # granularity of offsets and sizes of writes (default: 512) # +# @log-append: append to an existing log (default: false) +# # @log-super-update-interval: interval of write requests after which the log # super block is updated to disk (default: 4096) #