no-reply writes: > Hi, > Your series failed automatic build test. Please find the testing commands and > their output below. If you have docker installed, you can probably reproduce > it > locally.
> Type: series > Message-id: 147395313099.671.7091947764472506776.st...@fimbulvetr.bsc.es > Subject: [Qemu-devel] [PATCH v2 0/3] trace: Add events to track vCPU lifecycle [...] > /tmp/qemu-test/src/trace/control.c:273:6: error: no previous prototype for > 'trace_fini_vcpu' [-Werror=missing-prototypes] > void trace_fini_vcpu(CPUState *vcpu) > ^ > cc1: all warnings being treated as errors > /tmp/qemu-test/src/rules.mak:60: recipe for target 'trace/control.o' failed Sorry, I intended to remove the tracing code for supporting hot-unplug last minute, and left this behind. I'll resend as v3. Lluis