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"