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

index b977ae5984051fa44a1d5a0bd956e659de672d27..3ea3dd0d40cc528385887b9f15feba864c2107d2 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 #include "qemu/osdep.h"
+#include "qemu/log.h"
 #include "trace.h"
 #include "gicv3_internal.h"
 
index 55c25e8935314dd0a665df76297c72e8735c4068..2f60096e6e34cb5536c4a8bc6494522778ba0df3 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 #include "qemu/osdep.h"
+#include "qemu/log.h"
 #include "trace.h"
 #include "gicv3_internal.h"