From: Markus Armbruster Date: Wed, 11 Sep 2024 11:25:40 +0000 (+0200) Subject: qapi/crypto: Supply missing member documentation X-Git-Tag: v9.2.0-rc0~65^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b4672663168e5c43d034e9a9bf29502eef3285a;p=thirdparty%2Fqemu.git qapi/crypto: Supply missing member documentation 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 Reviewed-by: Philippe Mathieu-Daudé Message-ID: <20240911112545.2248881-4-armbru@redhat.com> --- diff --git a/qapi/crypto.json b/qapi/crypto.json index 867b09d322b..94315227684 100644 --- a/qapi/crypto.json +++ b/qapi/crypto.json @@ -602,6 +602,10 @@ # # The type of asymmetric keys. # +# @public: public key +# +# @private: private key +# # Since: 7.1 ## { 'enum': 'QCryptoAkCipherKeyType', diff --git a/qapi/pragma.json b/qapi/pragma.json index f03b9cc444a..625eac99df1 100644 --- a/qapi/pragma.json +++ b/qapi/pragma.json @@ -64,7 +64,6 @@ 'NetClientDriver', 'ObjectType', 'PciMemoryRegion', - 'QCryptoAkCipherKeyType', 'QCryptodevBackendServiceType', 'QKeyCode', 'RbdAuthMode',