Re: [Qemu-devel] [PATCH for-2.8 v1 06/60] trace: convert code to use event iterators

2016-09-02 Thread Stefan Hajnoczi
On Tue, Aug 09, 2016 at 04:31:34PM +0100, Daniel P. Berrange wrote: > This converts the HMP/QMP monitor API implementations > and some internal trace control methods to use the new > trace event iterator APIs. > > Signed-off-by: Daniel P. Berrange > --- > monitor.c | 16 ++ > trace

[Qemu-devel] [PATCH for-2.8 v1 06/60] trace: convert code to use event iterators

2016-08-09 Thread Daniel P. Berrange
This converts the HMP/QMP monitor API implementations and some internal trace control methods to use the new trace event iterator APIs. Signed-off-by: Daniel P. Berrange --- monitor.c | 16 ++ trace/control.c | 92 + trace/qmp