]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
qapi/crypto: Supply missing member documentation
authorMarkus Armbruster <armbru@redhat.com>
Wed, 11 Sep 2024 11:25:40 +0000 (13:25 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 2 Oct 2024 07:10:01 +0000 (09:10 +0200)
Since we neglect to document the members of QCryptoAkCipherKeyType,
their description in the QEMU QMP Reference manual is "Not
documented".  Fix that.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240911112545.2248881-4-armbru@redhat.com>

qapi/crypto.json
qapi/pragma.json

index 867b09d322bb94937ee51d3c91fe65fe7829c6cd..94315227684706cd7f18acda8e3299879a93700b 100644 (file)
 #
 # The type of asymmetric keys.
 #
+# @public: public key
+#
+# @private: private key
+#
 # Since: 7.1
 ##
 { 'enum': 'QCryptoAkCipherKeyType',
index f03b9cc444a46701cb749dea458129f9c6157a8e..625eac99df1772917081052fc6eeeeb59b687741 100644 (file)
@@ -64,7 +64,6 @@
         'NetClientDriver',
         'ObjectType',
         'PciMemoryRegion',
-        'QCryptoAkCipherKeyType',
         'QCryptodevBackendServiceType',
         'QKeyCode',
         'RbdAuthMode',