aboutsummaryrefslogtreecommitdiff
path: root/hw/intc
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2023-12-19 17:57:44 +0000
committerPeter Maydell <peter.maydell@linaro.org>2023-12-19 17:57:44 +0000
commit5db30bcd7dcd0bc8053ed521dc6e50153aadf125 (patch)
treee12c996aba3825380477a0db4e418ddfbab533cb /hw/intc
parent396b6c50c3e25f55ae59ab8fc551576d24ce919b (diff)
downloadqemu-5db30bcd7dcd0bc8053ed521dc6e50153aadf125.zip
qemu-5db30bcd7dcd0bc8053ed521dc6e50153aadf125.tar.gz
qemu-5db30bcd7dcd0bc8053ed521dc6e50153aadf125.tar.bz2
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>
Diffstat (limited to 'hw/intc')
-rw-r--r--hw/intc/arm_gicv3_its_kvm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/intc/arm_gicv3_its_kvm.c b/hw/intc/arm_gicv3_its_kvm.c
index f7df602..3befc96 100644
--- a/hw/intc/arm_gicv3_its_kvm.c
+++ b/hw/intc/arm_gicv3_its_kvm.c
@@ -21,6 +21,7 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "qemu/module.h"
+#include "qemu/error-report.h"
#include "hw/intc/arm_gicv3_its_common.h"
#include "hw/qdev-properties.h"
#include "sysemu/runstate.h"