[Qemu-devel] [PATCH] qapi: Fix qcow2 encryption doc typo

Eric Blake posted 1 patch 6 years, 8 months ago
Test docker-mingw@fedora passed
Test asan passed
Test checkpatch passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190206202848.16999-1-eblake@redhat.com
Maintainers: Markus Armbruster <armbru@redhat.com>, Eric Blake <eblake@redhat.com>
qapi/block-core.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PATCH] qapi: Fix qcow2 encryption doc typo
Posted by Eric Blake 6 years, 8 months ago
Present since commit b25b387f (2.10).

Signed-off-by: Eric Blake <eblake@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 0f349d46033..ee1ab7a8a25 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -2998,7 +2998,7 @@

 ##
 # @BlockdevQcow2EncryptionFormat:
-# @aes: AES-CBC with plain64 initialization venctors
+# @aes: AES-CBC with plain64 initialization vectors
 #
 # Since: 2.10
 ##
-- 
2.20.1


Re: [Qemu-devel] [PATCH] qapi: Fix qcow2 encryption doc typo
Posted by Thomas Huth 6 years, 8 months ago
On 2019-02-06 21:28, Eric Blake wrote:
> Present since commit b25b387f (2.10).
> 
> Signed-off-by: Eric Blake <eblake@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 0f349d46033..ee1ab7a8a25 100644
> --- a/qapi/block-core.json
> +++ b/qapi/block-core.json
> @@ -2998,7 +2998,7 @@
> 
>  ##
>  # @BlockdevQcow2EncryptionFormat:
> -# @aes: AES-CBC with plain64 initialization venctors
> +# @aes: AES-CBC with plain64 initialization vectors
>  #
>  # Since: 2.10
>  ##
> 

Reviewed-by: Thomas Huth <thuth@redhat.com>

Re: [Qemu-devel] [Qemu-trivial] [PATCH] qapi: Fix qcow2 encryption doc typo
Posted by Laurent Vivier 6 years, 7 months ago
On 06/02/2019 21:28, Eric Blake wrote:
> Present since commit b25b387f (2.10).
> 
> Signed-off-by: Eric Blake <eblake@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 0f349d46033..ee1ab7a8a25 100644
> --- a/qapi/block-core.json
> +++ b/qapi/block-core.json
> @@ -2998,7 +2998,7 @@
> 
>  ##
>  # @BlockdevQcow2EncryptionFormat:
> -# @aes: AES-CBC with plain64 initialization venctors
> +# @aes: AES-CBC with plain64 initialization vectors
>  #
>  # Since: 2.10
>  ##
> 

Applied to my trivial-patches branch.

Thanks,
Laurent