From c2924fc4eecc24524f41f641bee78384dbad0281 Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Tue, 20 Jul 2021 21:27:28 +0800 Subject: [PATCH] spec: Update patch and changelog with !162 block/crypto: improved performance for AES-XTS encryption for LUKS disk encryption !162 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: Chen Qun --- qemu.spec | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/qemu.spec b/qemu.spec index 2d8081e..57173f6 100644 --- a/qemu.spec +++ b/qemu.spec @@ -349,6 +349,10 @@ Patch0336: target-i386-Export-TAA_NO-bit-to-guests.patch Patch0337: target-i386-Introduce-Denverton-CPU-model.patch Patch0338: target-i386-Add-Snowridge-v2-no-MPX-CPU-model.patch Patch0339: i386-Add-CPUID-bit-for-CLZERO-and-XSAVEERPTR.patch +Patch0340: crypto-add-support-for-nettle-s-native-XTS-impl.patch +Patch0341: crypto-add-support-for-gcrypt-s-native-XTS-impl.patch +Patch0342: tests-benchmark-crypto-with-fixed-data-size-not-time.patch +Patch0343: tests-allow-filtering-crypto-cipher-benchmark-tests.patch BuildRequires: flex BuildRequires: gcc @@ -743,6 +747,12 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Tue Jul 20 2021 Chen Qun +- 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 + * Tue Jul 20 2021 Chen Qun - target/i386: Introduce Denverton CPU model - target/i386: Add Snowridge-v2 (no MPX) CPU model