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