From 02d6bdafd7fac29119687563540d4047c70ab853 Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Fri, 11 Feb 2022 21:01:21 +0800 Subject: [PATCH] =?UTF-8?q?spec:=20Update=20patch=20and=20changelog=20with?= =?UTF-8?q?=20!241=20x86=20cache=E9=80=8F=E4=BC=A0=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E8=A1=A5=E4=B8=81=E5=9B=9E=E5=90=88=20=20!241?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- qemu.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/qemu.spec b/qemu.spec index f6a2c10..3c42ddb 100644 --- a/qemu.spec +++ b/qemu.spec @@ -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 +- 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 - nbd/server.c: fix invalid read after client was already free - qemu-nbd: make native as the default aio mode