Re: [Qemu-devel] [PATCH v5 0/2] trace: Simplify late initialization

2016-08-23 Thread Stefan Hajnoczi
On Tue, Aug 23, 2016 at 10:58:45AM +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.

[Qemu-devel] [PATCH v5 0/2] trace: Simplify late initialization

2016-08-23 Thread Lluís Vilanova
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