...@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)
>
] trace: Add events to track vCPU lifecycle
=== TEST SCRIPT BEGIN ===
#!/bin/bash
set -e
git submodule update --init dtc
make J=8 docker-test-quick@centos6
make J=8 docker-test-mingw@fedora
=== TEST SCRIPT END ===
Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
Switched to a new branch '
Adds events to track vCPU hot-(un)plugging and reset.
As a bonus, first patch fixes per-vCPU dynamic event state initialization,
making the current late initialization code obsolete.
NOTE: This series is missing CPU hot-unplug, since I could not find a generic
point to hook the event.
Sign