From 665079b3896c4da208cff6b075a4209439838d22 Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Mon, 19 Jul 2021 21:29:25 +0800 Subject: [PATCH] spec: Update patch and changelog with !157 [feature]add support for AVX512_BF16 and new CPU model Cooperlake !157 x86: Intel AVX512_BF16 feature enabling i386: Add MSR feature bit for MDS-NO i386: Add macro for stibp i386: Add new CPU model Cooperlake target/i386: Add new bit definitions of MSR_IA32_ARCH_CAPABILITIES target/i386: Add missed security features to Cooperlake CPU model target/i386: add PSCHANGE_NO bit for the ARCH_CAPABILITIES MSR target/i386: Export TAA_NO bit to guests Signed-off-by: Chen Qun --- qemu.spec | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/qemu.spec b/qemu.spec index 4bc8e34..5deec2b 100644 --- a/qemu.spec +++ b/qemu.spec @@ -338,6 +338,14 @@ Patch0325: ide-ahci-add-check-to-avoid-null-dereference-CVE-201.patch Patch0326: hw-intc-arm_gic-Fix-interrupt-ID-in-GICD_SGIR-regist.patch Patch0327: usb-limit-combined-packets-to-1-MiB-CVE-2021-3527.patch Patch0328: hw-net-rocker_of_dpa-fix-double-free-bug-of-rocker-d.patch +Patch0329: x86-Intel-AVX512_BF16-feature-enabling.patch +Patch0330: i386-Add-MSR-feature-bit-for-MDS-NO.patch +Patch0331: i386-Add-macro-for-stibp.patch +Patch0332: i386-Add-new-CPU-model-Cooperlake.patch +Patch0333: target-i386-Add-new-bit-definitions-of-MSR_IA32_ARCH.patch +Patch0334: target-i386-Add-missed-security-features-to-Cooperla.patch +Patch0335: target-i386-add-PSCHANGE_NO-bit-for-the-ARCH_CAPABIL.patch +Patch0336: target-i386-Export-TAA_NO-bit-to-guests.patch BuildRequires: flex BuildRequires: gcc @@ -732,6 +740,16 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Mon Jul 19 2021 Chen Qun +- x86: Intel AVX512_BF16 feature enabling +- i386: Add MSR feature bit for MDS-NO +- i386: Add macro for stibp +- i386: Add new CPU model Cooperlake +- target/i386: Add new bit definitions of MSR_IA32_ARCH_CAPABILITIES +- target/i386: Add missed security features to Cooperlake CPU model +- target/i386: add PSCHANGE_NO bit for the ARCH_CAPABILITIES MSR +- target/i386: Export TAA_NO bit to guests + * Mon Jul 19 2021 Chen Qun - hw/net/rocker_of_dpa: fix double free bug of rocker device