Re: [PATCH 01/17] crypto: Move QCryptoCipher typedef to qemu/typedefs.h

2020-08-28 Thread Daniel P . Berrangé
On Mon, Aug 17, 2020 at 01:50:21PM -0700, Richard Henderson wrote: > On 8/17/20 1:42 PM, Richard Henderson wrote: > > On 8/17/20 1:38 PM, Richard Henderson wrote: > >> On 8/17/20 9:48 AM, Daniel P. Berrangé wrote: > >>> On Wed, Aug 12, 2020 at 08:25:21PM -0700, Richard Henderson wrote: > This

Re: [PATCH 01/17] crypto: Move QCryptoCipher typedef to qemu/typedefs.h

2020-08-17 Thread Richard Henderson
On 8/17/20 1:42 PM, Richard Henderson wrote: > On 8/17/20 1:38 PM, Richard Henderson wrote: >> On 8/17/20 9:48 AM, Daniel P. Berrangé wrote: >>> On Wed, Aug 12, 2020 at 08:25:21PM -0700, Richard Henderson wrote: This allows header files to declare pointers without pulling in the entire cr

Re: [PATCH 01/17] crypto: Move QCryptoCipher typedef to qemu/typedefs.h

2020-08-17 Thread Richard Henderson
On 8/17/20 1:38 PM, Richard Henderson wrote: > On 8/17/20 9:48 AM, Daniel P. Berrangé wrote: >> On Wed, Aug 12, 2020 at 08:25:21PM -0700, Richard Henderson wrote: >>> This allows header files to declare pointers without pulling >>> in the entire crypto subsystem. >>> >>> Signed-off-by: Richard Hend

Re: [PATCH 01/17] crypto: Move QCryptoCipher typedef to qemu/typedefs.h

2020-08-17 Thread Richard Henderson
On 8/17/20 9:48 AM, Daniel P. Berrangé wrote: > On Wed, Aug 12, 2020 at 08:25:21PM -0700, Richard Henderson wrote: >> This allows header files to declare pointers without pulling >> in the entire crypto subsystem. >> >> Signed-off-by: Richard Henderson >> --- >> include/crypto/cipher.h | 2 -- >>

Re: [PATCH 01/17] crypto: Move QCryptoCipher typedef to qemu/typedefs.h

2020-08-17 Thread Daniel P . Berrangé
On Wed, Aug 12, 2020 at 08:25:21PM -0700, Richard Henderson wrote: > This allows header files to declare pointers without pulling > in the entire crypto subsystem. > > Signed-off-by: Richard Henderson > --- > include/crypto/cipher.h | 2 -- > include/qemu/typedefs.h | 1 + > 2 files changed, 1 i

Re: [PATCH 01/17] crypto: Move QCryptoCipher typedef to qemu/typedefs.h

2020-08-13 Thread Philippe Mathieu-Daudé
On 8/13/20 5:25 AM, Richard Henderson wrote: > This allows header files to declare pointers without pulling > in the entire crypto subsystem. > > Signed-off-by: Richard Henderson > --- > include/crypto/cipher.h | 2 -- > include/qemu/typedefs.h | 1 + > 2 files changed, 1 insertion(+), 2 deletio

[PATCH 01/17] crypto: Move QCryptoCipher typedef to qemu/typedefs.h

2020-08-12 Thread Richard Henderson
This allows header files to declare pointers without pulling in the entire crypto subsystem. Signed-off-by: Richard Henderson --- include/crypto/cipher.h | 2 -- include/qemu/typedefs.h | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/crypto/cipher.h b/include/crypto/