]> git.proxmox.com Git - mirror_qemu.git/commit
hw/intc/arm_gicv3: Include missing 'qemu/error-report.h' header
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 19 Dec 2023 17:57:44 +0000 (17:57 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 19 Dec 2023 17:57:44 +0000 (17:57 +0000)
commit5db30bcd7dcd0bc8053ed521dc6e50153aadf125
treee12c996aba3825380477a0db4e418ddfbab533cb
parent396b6c50c3e25f55ae59ab8fc551576d24ce919b
hw/intc/arm_gicv3: Include missing 'qemu/error-report.h' header

kvm_arm_its_reset_hold() calls warn_report(), itself declared
in "qemu/error-report.h".

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Gavin Shan <gshan@redhat.com>
Message-id: 20231123183518.64569-2-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/intc/arm_gicv3_its_kvm.c