Re: [PATCH 3/6] qapi/crypto: Supply missing member documentation

2024-08-09 Thread Philippe Mathieu-Daudé
On 8/8/24 20:26, Markus Armbruster wrote: 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 --- qapi/crypto.json | 4 qapi/pragma.json | 1 - 2 files ch

[PATCH 3/6] qapi/crypto: Supply missing member documentation

2024-08-08 Thread Markus Armbruster
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 --- qapi/crypto.json | 4 qapi/pragma.json | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --g