spec: Update patch and changelog with !241 x86 cache透传优化补丁回合 !241

i386: cache passthrough: Update Intel CPUID4.EAX[25:14] based on vCPU topo
i386: cache passthrough: Update AMD 8000_001D.EAX[25:14] based on vCPU topo

Signed-off-by: Chen Qun<kuhn.chenqun@huawei.com>
This commit is contained in:
Chen Qun 2022-02-11 21:01:21 +08:00 committed by yezengruan
parent 4cb2eaa9a9
commit 02d6bdafd7

View File

@ -57,6 +57,8 @@ Patch0044: scsi-cdrom-Fix-crash-after-remote-cdrom-detached.patch
Patch0045: block-bugfix-disable-process-AIO-when-attach-scsi-di.patch
Patch0046: block-bugfix-Don-t-pause-vm-when-NOSPACE-EIO-happene.patch
Patch0047: scsi-bugfix-fix-division-by-zero.patch
Patch0048: i386-cache-passthrough-Update-Intel-CPUID4.EAX-25-14.patch
Patch0049: i386-cache-passthrough-Update-AMD-8000_001D.EAX-25-1.patch
BuildRequires: flex
BuildRequires: gcc
@ -501,6 +503,10 @@ getent passwd qemu >/dev/null || \
%endif
%changelog
* Fri Feb 11 2022 Chen Qun <kuhn.chenqun@huawei.com>
- i386: cache passthrough: Update Intel CPUID4.EAX[25:14] based on vCPU topo
- i386: cache passthrough: Update AMD 8000_001D.EAX[25:14] based on vCPU topo
* Fri Feb 11 2022 Chen Qun <kuhn.chenqun@huawei.com>
- nbd/server.c: fix invalid read after client was already free
- qemu-nbd: make native as the default aio mode