Re: [Qemu-devel] [PATCH v5 04/20] trace: convert code to use event iterators

2016-09-30 Thread LluĂ­s Vilanova
Daniel P Berrange writes: > This converts the HMP/QMP monitor API implementations > and some internal trace control methods to use the new > trace event iterator APIs. > Reviewed-by: Stefan Hajnoczi > Signed-off-by: Daniel P. Berrange > --- >

[Qemu-devel] [PATCH v5 04/20] trace: convert code to use event iterators

2016-09-28 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. Reviewed-by: Stefan Hajnoczi Signed-off-by: Daniel P. Berrange --- monitor.c | 26 ++