[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 04/17] crypto: Rename cipher include files to .inc.c
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH 04/17] crypto: Rename cipher include files to .inc.c |
Date: |
Thu, 13 Aug 2020 10:00:29 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 |
On 8/13/20 5:25 AM, Richard Henderson wrote:
> QEMU standard procedure for included c files is to use *.inc.c.
> E.g. there are a different set of checks that are applied.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> crypto/{cipher-builtin.c => cipher-builtin.inc.c} | 0
> crypto/{cipher-gcrypt.c => cipher-gcrypt.inc.c} | 0
> crypto/{cipher-nettle.c => cipher-nettle.inc.c} | 0
> crypto/cipher.c | 6 +++---
> 4 files changed, 3 insertions(+), 3 deletions(-)
> rename crypto/{cipher-builtin.c => cipher-builtin.inc.c} (100%)
> rename crypto/{cipher-gcrypt.c => cipher-gcrypt.inc.c} (100%)
> rename crypto/{cipher-nettle.c => cipher-nettle.inc.c} (100%)
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
(This clashes with Paolo's Meson series renaming them to .c.inc).
- Re: [PATCH 01/17] crypto: Move QCryptoCipher typedef to qemu/typedefs.h, (continued)
[PATCH 02/17] crypto: Move QCryptoCipherDriver typedef to qemu/typedefs.h, Richard Henderson, 2020/08/12
[PATCH 03/17] crypto: Assume blocksize is a power of 2, Richard Henderson, 2020/08/12
[PATCH 04/17] crypto: Rename cipher include files to .inc.c, Richard Henderson, 2020/08/12
- Re: [PATCH 04/17] crypto: Rename cipher include files to .inc.c,
Philippe Mathieu-Daudé <=
[PATCH 05/17] crypto: Remove redundant includes, Richard Henderson, 2020/08/12
[PATCH 06/17] crypto/nettle: Fix xts_encrypt arguments, Richard Henderson, 2020/08/12
[PATCH 07/17] crypto: Use the correct const type for driver, Richard Henderson, 2020/08/12
[PATCH 08/17] crypto: Allocate QCryptoCipher with the subclass, Richard Henderson, 2020/08/12