Re: [PATCH] ARM: KVM: Fix tracepoint generation after move to virt/kvm/arm/

2017-05-15 Thread Christoffer Dall
On Fri, May 12, 2017 at 11:04:52AM +0100, Marc Zyngier wrote: > Moving most of the shared code to virt/kvm/arm had for consequence > that KVM/ARM doesn't build anymore, because the code that used to > define the tracepoints is now somewhere else. > > Fix this by defining CREATE_TRACE_POINTS in

[PATCH] ARM: KVM: Fix tracepoint generation after move to virt/kvm/arm/

2017-05-12 Thread Marc Zyngier
Moving most of the shared code to virt/kvm/arm had for consequence that KVM/ARM doesn't build anymore, because the code that used to define the tracepoints is now somewhere else. Fix this by defining CREATE_TRACE_POINTS in coproc.c, and clean-up trace.h as well. Fixes: 35d2d5d490e2 ("KVM: