qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v5 01/14] qcrypto/core: add generic infrastructure for crypto


From: Eric Blake
Subject: Re: [PATCH v5 01/14] qcrypto/core: add generic infrastructure for crypto options amendment
Date: Thu, 7 May 2020 11:09:43 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

On 5/7/20 7:54 AM, Maxim Levitsky wrote:
This will be used first to implement luks keyslot management.

block_crypto_amend_opts_init will be used to convert
qemu-img cmdline to QCryptoBlockAmendOptions

Signed-off-by: Maxim Levitsky <address@hidden>
Reviewed-by: Daniel P. Berrangé <address@hidden>
---

+++ b/qapi/crypto.json
@@ -309,3 +309,19 @@
    'base': 'QCryptoBlockInfoBase',
    'discriminator': 'format',
    'data': { 'luks': 'QCryptoBlockInfoLUKS' } }
+
+
+
+##
+# @QCryptoBlockAmendOptions:
+#
+# The options that are available for all encryption formats
+# when amending encryption settings
+#
+# Since: 5.0

Looks like our mail crossed, my v4 review landed after you sent v5. We'll still have to scrub this series for s/5.0/5.1/

+##
+{ 'union': 'QCryptoBlockAmendOptions',
+  'base': 'QCryptoBlockOptionsBase',
+  'discriminator': 'format',
+  'data': {
+            } }


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]