On Fri, Aug 28, 2020 at 10:05:07AM -0700, Richard Henderson wrote:
> Mostly this is intended to cleanup the class hierarchy
> used for the ciphers.  We currently have multiple levels
> of dispatch, and multiple separate allocations.  The final
> patches rearrange this to one level of indirect call, and
> all memory allocated contiguously.
> 
> But on the way there are a number of other misc cleanups.
> 
> Changes in v2:
>   * Dropped move of QCryptoCipher typedef.
>   * Moved QCryptoCipherDriver typedef to include/crypto/cipher.h.
>   * Renamed included files to *.c.inc.
>   * Fixed errors with old versions of nettle and gcrypt.
> 
> Based-on: <20200828132716.279782-1-berra...@redhat.com>
> ("crypto: fix build with gcrypt")
> 
> which does at least allow *-softmmu builds to complete,
> though I still have issues with *-linux-user.

Thanks, I've queued this series now.

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|


Reply via email to