Re: [Qemu-devel] [PATCH] hw/intc/arm_gicv3: Fix compilation with simple trace backend

2016-06-20 Thread Peter Maydell
On 20 June 2016 at 11:22, Sergey Fedorov wrote: > On 20/06/16 12:57, Peter Maydell wrote: >> 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:

Re: [Qemu-devel] [PATCH] hw/intc/arm_gicv3: Fix compilation with simple trace backend

2016-06-20 Thread Sergey Fedorov
On 20/06/16 12:57, Peter Maydell wrote: > 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 Tested-by: Sergey Fedorov

[Qemu-devel] [PATCH] hw/intc/arm_gicv3: Fix compilation with simple trace backend

2016-06-20 Thread Peter Maydell
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 --- In particular, this broke travis builds. --- hw/intc/arm_gicv3_dist.c | 1 +