qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] trace: Simplify late initialization
@ 2016-08-11 16:11 Lluís Vilanova
  2016-08-11 16:11 ` [Qemu-devel] [PATCH v3 1/2] trace: Remove 'trace_events_dstate_init' Lluís Vilanova
  2016-08-11 16:11 ` [Qemu-devel] [PATCH v3 2/2] trace: Avoid implicit bool->integer conversions Lluís Vilanova
  0 siblings, 2 replies; 7+ messages in thread
From: Lluís Vilanova @ 2016-08-11 16:11 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, 'Daniel P. Berrange', Stefan Hajnoczi

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].

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
---

Lluís Vilanova (2):
      trace: Remove 'trace_events_dstate_init'
      trace: Avoid implicit bool->integer conversions


 stubs/trace-control.c  |   14 ++++++++++++--
 trace/control-target.c |   23 +++++++++++++++++++++--
 trace/control.c        |   23 ++++++++++-------------
 trace/control.h        |    3 +++
 trace/event-internal.h |    1 +
 5 files changed, 47 insertions(+), 17 deletions(-)


To: qemu-devel@nongnu.org
Cc: Stefan Hajnoczi <stefanha@redhat.com>
Cc: 'Daniel P. Berrange' <berrange@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-08-11 17:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-11 16:11 [Qemu-devel] [PATCH v3 0/2] trace: Simplify late initialization Lluís Vilanova
2016-08-11 16:11 ` [Qemu-devel] [PATCH v3 1/2] trace: Remove 'trace_events_dstate_init' Lluís Vilanova
2016-08-11 16:11 ` [Qemu-devel] [PATCH v3 2/2] trace: Avoid implicit bool->integer conversions Lluís Vilanova
2016-08-11 16:31   ` Daniel P. Berrange
2016-08-11 16:41     ` Lluís Vilanova
2016-08-11 16:51       ` Daniel P. Berrange
2016-08-11 17:22         ` Lluís Vilanova

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).