On Fri, Aug 12, 2016 at 05:33:35PM +0200, Lluís Vilanova wrote:
> Removes the need for 'trace_events_dstate_init' and does a little cleanup in 
> how
> state values are modified (to avoid implicit conversions from bool).
> 
> Changes in v2
> =============
> 
> * Fix late-init state value [Daniel P. Berrange].
> 
> Changes in v3
> =============
> 
> * Avoid implicit conversions from bool to integers (second patch) [Daniel
>   P. Berrange].
> 
> Changes in v4
> =============
> 
> * Correctly implement idempotent state changes.
> * Clarify when state changes are idempotent [Daniel P. Berrange].
> 
> Signed-off-by: Lluís Vilanova <vilan...@ac.upc.edu>
> ---
> 
> Lluís Vilanova (2):
>       trace: Remove 'trace_events_dstate_init'
>       trace: Avoid implicit bool->integer conversions
> 
> 
>  stubs/trace-control.c  |   22 ++++++++++++++++++++--
>  trace/control-target.c |   34 ++++++++++++++++++++++++++++++++--
>  trace/control.c        |   23 ++++++++++-------------
>  trace/control.h        |    3 +++
>  trace/event-internal.h |    1 +
>  5 files changed, 66 insertions(+), 17 deletions(-)
> 
> 
> To: qemu-devel@nongnu.org
> Cc: Stefan Hajnoczi <stefa...@redhat.com>
> Cc: 'Daniel P. Berrange' <berra...@redhat.com>
> Cc: Paolo Bonzini <pbonz...@redhat.com>

The Travis CI system is reporting the following failure:

GTESTER check-qtest-aarch64
qemu-system-aarch64: ./trace/control-internal.h:77: 
trace_event_get_state_dynamic: Assertion `trace_event_get_state_static(ev)' 
failed.

https://travis-ci.org/stefanha/qemu/jobs/153235649

Please send a new revision that fixes the issue.

Attachment: signature.asc
Description: PGP signature

Reply via email to