From 041f275d36ba9c9a2ded47a8dd315c13e6e2182d Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Mon, 21 Feb 2022 21:27:47 +0800 Subject: [PATCH] =?UTF-8?q?spec:=20Update=20patch=20and=20changelog=20with?= =?UTF-8?q?=20!261=20=E3=80=90=E5=86=85=E5=AD=98=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E8=A1=A5=E4=B8=81=E3=80=91=E4=BF=AE=E5=A4=8D=E5=85=A8=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E7=BC=96=E8=AF=91=E6=8A=A5=E9=94=99=20=20!261?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit i386/cpu: fix compile error in all target configure Signed-off-by: Chen Qun --- qemu.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qemu.spec b/qemu.spec index 6d42d70..0223e76 100644 --- a/qemu.spec +++ b/qemu.spec @@ -200,6 +200,7 @@ Patch0186: arm64-Add-the-cpufreq-device-to-show-cpufreq-info-to.patch Patch0187: Revert-qmp-add-command-to-query-used-memslots-of-vho.patch Patch0188: target-arm-Fix-some-compile-errors.patch Patch0189: pl031-support-rtc-timer-property-for-pl031.patch +Patch0190: i386-cpu-fix-compile-error-in-all-target-configure.patch BuildRequires: flex BuildRequires: gcc @@ -647,6 +648,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Mon Feb 21 2022 Chen Qun +- i386/cpu: fix compile error in all target configure + * Mon Feb 21 2022 Chen Qun - pl031: support rtc-timer property for pl031