diff mbox

block: Fix 'since' for compressed Drive/BlockdevBackup

Message ID 1474040632-22686-1-git-send-email-kwolf@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Kevin Wolf Sept. 16, 2016, 3:43 p.m. UTC
These patches missed 2.7, update the QAPI documentation.

Reported-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
---
 qapi/block-core.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Eric Blake Sept. 16, 2016, 3:47 p.m. UTC | #1
On 09/16/2016 10:43 AM, Kevin Wolf wrote:
> These patches missed 2.7, update the QAPI documentation.
> 
> Reported-by: Eric Blake <eblake@redhat.com>
> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
> ---
>  qapi/block-core.json | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Eric Blake <eblake@redhat.com>

> 
> diff --git a/qapi/block-core.json b/qapi/block-core.json
> index 24223fd..eb0a7d5a 100644
> --- a/qapi/block-core.json
> +++ b/qapi/block-core.json
> @@ -900,7 +900,7 @@
>  #          otherwise. (Since 2.4)
>  #
>  # @compress: #optional true to compress data, if the target format supports it.
> -#            (default: false) (since 2.7)
> +#            (default: false) (since 2.8)
>  #
>  # @on-source-error: #optional the action to take on an error on the source,
>  #                   default 'report'.  'stop' and 'enospc' can only be used
> @@ -941,7 +941,7 @@
>  #         for unlimited.
>  #
>  # @compress: #optional true to compress data, if the target format supports it.
> -#            (default: false) (since 2.7)
> +#            (default: false) (since 2.8)
>  #
>  # @on-source-error: #optional the action to take on an error on the source,
>  #                   default 'report'.  'stop' and 'enospc' can only be used
>
diff mbox

Patch

diff --git a/qapi/block-core.json b/qapi/block-core.json
index 24223fd..eb0a7d5a 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -900,7 +900,7 @@ 
 #          otherwise. (Since 2.4)
 #
 # @compress: #optional true to compress data, if the target format supports it.
-#            (default: false) (since 2.7)
+#            (default: false) (since 2.8)
 #
 # @on-source-error: #optional the action to take on an error on the source,
 #                   default 'report'.  'stop' and 'enospc' can only be used
@@ -941,7 +941,7 @@ 
 #         for unlimited.
 #
 # @compress: #optional true to compress data, if the target format supports it.
-#            (default: false) (since 2.7)
+#            (default: false) (since 2.8)
 #
 # @on-source-error: #optional the action to take on an error on the source,
 #                   default 'report'.  'stop' and 'enospc' can only be used