spec: Update patch and changelog with !158 [feature]add support for AVX512_BF16 and new CPU model Cooperlake !158

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<kuhn.chenqun@huawei.com>
This commit is contained in:
Chen Qun 2021-07-16 16:27:03 +08:00
parent 2640c73b51
commit fe9a52eade

View File

@ -322,6 +322,14 @@ Patch0309: ide-ahci-add-check-to-avoid-null-dereference-CVE-201.patch
Patch0310: hw-intc-arm_gic-Fix-interrupt-ID-in-GICD_SGIR-regist.patch
Patch0311: usb-limit-combined-packets-to-1-MiB-CVE-2021-3527.patch
Patch0312: hw-net-rocker_of_dpa-fix-double-free-bug-of-rocker-d.patch
Patch0313: x86-Intel-AVX512_BF16-feature-enabling.patch
Patch0314: i386-Add-MSR-feature-bit-for-MDS-NO.patch
Patch0315: i386-Add-macro-for-stibp.patch
Patch0316: i386-Add-new-CPU-model-Cooperlake.patch
Patch0317: target-i386-Add-new-bit-definitions-of-MSR_IA32_ARCH.patch
Patch0318: target-i386-Add-missed-security-features-to-Cooperla.patch
Patch0319: target-i386-add-PSCHANGE_NO-bit-for-the-ARCH_CAPABIL.patch
Patch0320: target-i386-Export-TAA_NO-bit-to-guests.patch
BuildRequires: flex
BuildRequires: bison
@ -709,6 +717,16 @@ getent passwd qemu >/dev/null || \
%endif
%changelog
* Fri Jul 16 2021 Chen Qun <kuhn.chenqun@huawei.com>
- 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
* Tue Jul 13 2021 Chen Qun <kuhn.chenqun@huawei.com>
- hw/net/rocker_of_dpa: fix double free bug of rocker device