From 3e2685401c97cccf915d0ef19f444418f54ebe99 Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Mon, 21 Feb 2022 21:27:41 +0800 Subject: [PATCH] =?UTF-8?q?spec:=20Update=20patch=20and=20changelog=20with?= =?UTF-8?q?=20!259=20=E3=80=906.2.0=E3=80=91=E4=BF=AE=E5=A4=8D=E4=B8=80?= =?UTF-8?q?=E4=BA=9B=E7=BC=96=E8=AF=91=E9=94=99=E8=AF=AF=20=20!259?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit target/arm: Fix some compile errors Signed-off-by: Chen Qun --- qemu.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qemu.spec b/qemu.spec index fe6b263..65f01b6 100644 --- a/qemu.spec +++ b/qemu.spec @@ -198,6 +198,7 @@ Patch0184: softmmu-device_tree-Remove-redundant-pointer-assignm.patch Patch0185: hw-arm64-add-vcpu-cache-info-support.patch 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 BuildRequires: flex BuildRequires: gcc @@ -645,6 +646,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Mon Feb 21 2022 Chen Qun +- target/arm: Fix some compile errors + * Mon Feb 21 2022 Chen Qun - Revert "qmp: add command to query used memslots of vhost-net and vhost-user"