hw/intc/arm_gicv3: Fix compilation with simple trace backend
commitb1e3493b25bf3d9363cfbb2c58ab395259d5585c
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 20 Jun 2016 09:57:14 +0000 (20 10:57 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 20 Jun 2016 10:35:15 +0000 (20 11:35 +0100)
treeda825702817b7bdd4ad0bc815030719fbb3e4a37
parent482b61844ae7c6df39df0b48ac90ffbc87bed7d2
hw/intc/arm_gicv3: Fix compilation with simple trace backend

Fix missing includes of qemu/log.h, which broke compilation with the
simple trace backend (the default backend pulls in log.h implicitly
via trace.h).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Sergey Fedorov <sergey.fedorov@linaro.org>
Tested-by: Sergey Fedorov <sergey.fedorov@linaro.org>
Message-id: 1466416634-9798-1-git-send-email-peter.maydell@linaro.org
hw/intc/arm_gicv3_dist.c
hw/intc/arm_gicv3_redist.c