From e61a70622313c89087397aee7ef27c2e297b2cbf Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Tue, 21 Dec 2021 21:28:05 +0800 Subject: [PATCH] =?UTF-8?q?spec:=20Update=20patch=20and=20changelog=20with?= =?UTF-8?q?=20!211=20add=20Phytium's=20CPU=20models:=20FT-2000+=20and=20Te?= =?UTF-8?q?ngyun-S2500.=20Merge=20pull=20request=20!211=20from=20=E6=9B=BE?= =?UTF-8?q?=E4=BD=B3=E6=A0=8B/qemu-4.1.0=20!211?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add Phytium's CPU models: FT-2000+ and Tengyun-S2500. Signed-off-by: Chen Qun --- qemu.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qemu.spec b/qemu.spec index 3570800..82955ed 100644 --- a/qemu.spec +++ b/qemu.spec @@ -569,6 +569,7 @@ Patch0556: tftp-introduce-a-header-structure.patch Patch0557: fix-cve-2020-35504.patch Patch0558: fix-cve-2020-35505.patch Patch0559: virtio-balloon-apply-upstream-patch.patch +Patch0560: add-Phytium-s-CPU-models-FT-2000-and-Tengyun-S2500.patch BuildRequires: flex BuildRequires: gcc @@ -973,6 +974,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Tue Dec 21 2021 Chen Qun +- add Phytium's CPU models: FT-2000+ and Tengyun-S2500. + * Tue Dec 21 2021 Chen Qun - virtio-balloon: apply upstream patch.