mirror of https://github.com/xemu-project/xemu.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 <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.
|
# The type of asymmetric keys.
|
||||||
#
|
#
|
||||||
|
# @public: public key
|
||||||
|
#
|
||||||
|
# @private: private key
|
||||||
|
#
|
||||||
# Since: 7.1
|
# Since: 7.1
|
||||||
##
|
##
|
||||||
{ 'enum': 'QCryptoAkCipherKeyType',
|
{ 'enum': 'QCryptoAkCipherKeyType',
|
||||||
|
|
|
@ -64,7 +64,6 @@
|
||||||
'NetClientDriver',
|
'NetClientDriver',
|
||||||
'ObjectType',
|
'ObjectType',
|
||||||
'PciMemoryRegion',
|
'PciMemoryRegion',
|
||||||
'QCryptoAkCipherKeyType',
|
|
||||||
'QCryptodevBackendServiceType',
|
'QCryptodevBackendServiceType',
|
||||||
'QKeyCode',
|
'QKeyCode',
|
||||||
'RbdAuthMode',
|
'RbdAuthMode',
|
||||||
|
|
Loading…
Reference in New Issue