Re: [PATCH v2 09/44] qapi: convert intro sections for cryptodev.json

zhenwei pi <[email protected]> Thu, 23 Jul 2026 17:11:25 +0800
Newsgroups org.nongnu.qemu-trivial,org.kernel.vger.linux-cxl,org.kernel.vger.linux-edac,org.nongnu.qemu-devel
Message-ID <[email protected]>
LGTM.
Acked-by: zhenwei pi <[email protected]>

On 7/23/26 12:47, John Snow wrote:
> (Trivial)
> 
> Signed-off-by: John Snow <[email protected]>
> ---
>   qapi/cryptodev.json | 18 ++++++------------
>   1 file changed, 6 insertions(+), 12 deletions(-)
> 
> diff --git a/qapi/cryptodev.json b/qapi/cryptodev.json
> index eb309c22f86..d0c1e6c8944 100644
> --- a/qapi/cryptodev.json
> +++ b/qapi/cryptodev.json
> @@ -12,8 +12,7 @@
>   
>   ##
>   # @QCryptodevBackendAlgoType:
> -#
> -# The supported algorithm types of a crypto device.
> +#     The supported algorithm types of a crypto device.
>   #
>   # @sym: symmetric encryption
>   #
> @@ -26,8 +25,7 @@
>   
>   ##
>   # @QCryptodevBackendServiceType:
> -#
> -# The supported service types of a crypto device.
> +#     The supported service types of a crypto device.
>   #
>   # @cipher: Symmetric Key Cipher service
>   #
> @@ -46,8 +44,7 @@
>   
>   ##
>   # @QCryptodevBackendType:
> -#
> -# The crypto device backend type
> +#     The crypto device backend type
>   #
>   # @builtin: the QEMU builtin support
>   #
> @@ -62,8 +59,7 @@
>   
>   ##
>   # @QCryptodevBackendClient:
> -#
> -# Information about a queue of crypto device.
> +#     Information about a queue of crypto device.
>   #
>   # @queue: the queue index of the crypto device
>   #
> @@ -77,8 +73,7 @@
>   
>   ##
>   # @QCryptodevInfo:
> -#
> -# Information about a crypto device.
> +#     Information about a crypto device.
>   #
>   # @id: the id of the crypto device
>   #
> @@ -95,8 +90,7 @@
>   
>   ##
>   # @query-cryptodev:
> -#
> -# Return information about current crypto devices.
> +#     Return information about current crypto devices.
>   #
>   # Since: 8.0
>   ##