diff options
author | Markus Armbruster <armbru@redhat.com> | 2024-09-11 13:25:40 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2024-10-02 09:10:01 +0200 |
commit | 6b4672663168e5c43d034e9a9bf29502eef3285a (patch) | |
tree | 58d376ce50d3d6c6c1311c474b36a9c0a0264671 | |
parent | ee43800d17f1942915018e4128ac0f261a12bab4 (diff) | |
download | qemu-6b4672663168e5c43d034e9a9bf29502eef3285a.zip qemu-6b4672663168e5c43d034e9a9bf29502eef3285a.tar.gz qemu-6b4672663168e5c43d034e9a9bf29502eef3285a.tar.bz2 |
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 <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240911112545.2248881-4-armbru@redhat.com>
-rw-r--r-- | qapi/crypto.json | 4 | ||||
-rw-r--r-- | qapi/pragma.json | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/qapi/crypto.json b/qapi/crypto.json index 867b09d..9431522 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 f03b9cc..625eac9 100644 --- a/qapi/pragma.json +++ b/qapi/pragma.json @@ -64,7 +64,6 @@ 'NetClientDriver', 'ObjectType', 'PciMemoryRegion', - 'QCryptoAkCipherKeyType', 'QCryptodevBackendServiceType', 'QKeyCode', 'RbdAuthMode', |