[Qemu-block] [PATCH] qapi/block-core.json: Add missing documentation for blklogwrites log-append option

2018-07-06 Thread Ari Sundholm

This was accidentally omitted. Thanks to Eric Blake for spotting this.

Signed-off-by: Ari Sundholm 
---
 qapi/block-core.json | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/qapi/block-core.json b/qapi/block-core.json
index 38b3125..62a92fa 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)

 #
--
2.7.4




Re: [Qemu-block] [PATCH] qapi/block-core.json: Add missing documentation for blklogwrites log-append option

2018-07-06 Thread Eric Blake

On 07/06/2018 07:21 AM, Ari Sundholm wrote:

This was accidentally omitted. Thanks to Eric Blake for spotting this.

Signed-off-by: Ari Sundholm 
---
  qapi/block-core.json | 2 ++
  1 file changed, 2 insertions(+)



Reviewed-by: Eric Blake 


diff --git a/qapi/block-core.json b/qapi/block-core.json
index 38b3125..62a92fa 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)
  #



--
Eric Blake, Principal Software Engineer
Red Hat, Inc.   +1-919-301-3266
Virtualization:  qemu.org | libvirt.org



Re: [Qemu-block] [PATCH] qapi/block-core.json: Add missing documentation for blklogwrites log-append option

2018-07-10 Thread Kevin Wolf
Am 06.07.2018 um 16:01 hat Ari Sundholm geschrieben:
> This was accidentally omitted. Thanks to Eric Blake for spotting this.
> 
> Signed-off-by: Ari Sundholm 

Thanks, applied to the block branch.

Kevin