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

2016-08-18 Thread Stefan Hajnoczi
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.

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

2016-08-18 Thread Stefan Hajnoczi
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.

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

2016-08-17 Thread Stefan Hajnoczi
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.

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

2016-08-12 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