[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/6] qapi/crypto: Supply missing member documentation
|
From: |
Markus Armbruster |
|
Subject: |
[PATCH 3/6] qapi/crypto: Supply missing member documentation |
|
Date: |
Thu, 8 Aug 2024 20:26:33 +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>
---
qapi/crypto.json | 4 ++++
qapi/pragma.json | 1 -
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/qapi/crypto.json b/qapi/crypto.json
index 97e02dbd59..67f5855a96 100644
--- a/qapi/crypto.json
+++ b/qapi/crypto.json
@@ -610,6 +610,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 6ff135d8d2..fd6bdcaa6d 100644
--- a/qapi/pragma.json
+++ b/qapi/pragma.json
@@ -67,7 +67,6 @@
'NetClientDriver',
'ObjectType',
'PciMemoryRegion',
- 'QCryptoAkCipherKeyType',
'QCryptodevBackendServiceType',
'QKeyCode',
'RbdAuthMode',
--
2.45.0
- [PATCH 1/6] qapi/char: Supply missing member documentation, (continued)
- [PATCH 4/6] qapi/introspect: Supply missing member documentation, Markus Armbruster, 2024/08/08
- [PATCH 2/6] qapi/common: Supply missing member documentation, Markus Armbruster, 2024/08/08
- [PATCH 3/6] qapi/crypto: Supply missing member documentation,
Markus Armbruster <=
- [PATCH 5/6] qapi/pci: Supply missing member documentation, Markus Armbruster, 2024/08/08
- [PATCH 6/6] qapi/rocker: Supply missing member documentation, Markus Armbruster, 2024/08/08
- Re: [PATCH 0/6] qapi: Supply some of the missing member documentation, John Snow, 2024/08/08