From d52f975c7deeb9aca78b315d72a05ffac96e2919 Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Wed, 9 Feb 2022 11:51:01 +0800 Subject: [PATCH] =?UTF-8?q?spec:=20Update=20patch=20and=20changelog=20with?= =?UTF-8?q?=20!225=20=E5=9B=9E=E5=90=88openEuler=20CPU=20model=20=E8=87=AA?= =?UTF-8?q?=E7=A0=94patch=20Merge=20pull=20request=20!225=20from=20limingw?= =?UTF-8?q?ang/qemu-6.2.0=20!225?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cpu: parse +/- feature to avoid failure cpu: add Kunpeng-920 cpu support cpu: add Cortex-A72 processor kvm target support add Phytium's CPU models: FT-2000+ and Tengyun-S2500. Signed-off-by: Chen Qun --- qemu.spec | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/qemu.spec b/qemu.spec index 4f67145..365390c 100644 --- a/qemu.spec +++ b/qemu.spec @@ -11,6 +11,10 @@ Source2: 99-qemu-guest-agent.rules Source3: bridge.conf Patch0001: net-dump.c-Suppress-spurious-compiler-warning.patch +Patch0002: cpu-parse-feature-to-avoid-failure.patch +Patch0003: cpu-add-Kunpeng-920-cpu-support.patch +Patch0004: cpu-add-Cortex-A72-processor-kvm-target-support.patch +Patch0005: add-Phytium-s-CPU-models-FT-2000-and-Tengyun-S2500.patch BuildRequires: flex BuildRequires: gcc @@ -453,6 +457,12 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Wed Feb 09 2022 Chen Qun +- cpu: parse +/- feature to avoid failure +- cpu: add Kunpeng-920 cpu support +- cpu: add Cortex-A72 processor kvm target support +- add Phytium's CPU models: FT-2000+ and Tengyun-S2500. + * Tue Feb 8 2022 Xiangdong Liu - net/dump.c: Suppress spurious compiler warning