]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/berrange/tags/crypto-luks-pull-request' into...
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 29 Oct 2019 15:33:15 +0000 (15:33 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 29 Oct 2019 15:33:15 +0000 (15:33 +0000)
commit4599cb953c9744bb7dc3513d688f7f0100ee35e2
tree1bc16847037aa0983be66fdabce3d99d172d7847
parent8c68ff250ac3dbb63632a7e9e703c71786132147
parentdc2207af2de162005f7e9e534850d07232290cee
Merge remote-tracking branch 'remotes/berrange/tags/crypto-luks-pull-request' into staging

crypto: improve performance of ciphers in XTS mode

Currently QEMU uses its own XTS cipher mode, however, this has
relatively poor performance.

Gcrypt now includes its own XTS cipher which is at least x2 faster than
what we get with QEMU's on Fedora/RHEL hosts. With gcrypt git master, a
further x5-6 speed up is seen.

This is essential for QEMU's LUKS performance to be viable.

# gpg: Signature made Mon 28 Oct 2019 15:48:38 GMT
# gpg:                using RSA key DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF
# gpg: Good signature from "Daniel P. Berrange <dan@berrange.com>" [full]
# gpg:                 aka "Daniel P. Berrange <berrange@redhat.com>" [full]
# Primary key fingerprint: DAF3 A6FD B26B 6291 2D0E  8E3F BE86 EBB4 1510 4FDF

* remotes/berrange/tags/crypto-luks-pull-request:
  crypto: add support for nettle's native XTS impl
  crypto: add support for gcrypt's native XTS impl
  tests: benchmark crypto with fixed data size, not time period
  tests: allow filtering crypto cipher benchmark tests

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
configure
tests/Makefile.include