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>
This commit is contained in:
parent
ee43800d17
commit
6b46726631
@ -602,6 +602,10 @@
|
||||
#
|
||||
# The type of asymmetric keys.
|
||||
#
|
||||
# @public: public key
|
||||
#
|
||||
# @private: private key
|
||||
#
|
||||
# Since: 7.1
|
||||
##
|
||||
{ 'enum': 'QCryptoAkCipherKeyType',
|
||||
|
@ -64,7 +64,6 @@
|
||||
'NetClientDriver',
|
||||
'ObjectType',
|
||||
'PciMemoryRegion',
|
||||
'QCryptoAkCipherKeyType',
|
||||
'QCryptodevBackendServiceType',
|
||||
'QKeyCode',
|
||||
'RbdAuthMode',
|
||||
|
Loading…
Reference in New Issue
Block a user