]> git.ipfire.org Git - thirdparty/qemu.git/commit - meson.build
crypto: introduce build system for gnutls crypto backend
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 30 Jun 2021 16:20:02 +0000 (17:20 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 14 Jul 2021 13:15:52 +0000 (14:15 +0100)
commitcc4c7c738297958b3d1d16269f57d71d22f5a9ff
tree745293c10a7fc32bb58355494b38f92357230511
parent260a13d4726ce62bdc0ed3a7a13c34de3367f5e2
crypto: introduce build system for gnutls crypto backend

This introduces the build logic needed to decide whether we can
use gnutls as a crypto driver backend. The actual implementations
will be introduced in following patches. We only wish to use
gnutls if it has version 3.6.14 or newer, because that is what
finally brings HW accelerated AES-XTS mode for x86_64.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
crypto/meson.build
meson.build