Re: [Qemu-devel] [PATCH v4 03/17] trace: remove some now unused functions

2016-09-23 Thread Stefan Hajnoczi
On Thu, Sep 22, 2016 at 09:40:38AM +0100, Daniel P. Berrange wrote: > The trace_event_count, trace_event_id and > trace_event_pattern methods are no longer required > now that everything is using the iterator APIs > > The trace_event_set_state and trace_event_set_vcpu_state > macros were also unus

[Qemu-devel] [PATCH v4 03/17] trace: remove some now unused functions

2016-09-22 Thread Daniel P. Berrange
The trace_event_count, trace_event_id and trace_event_pattern methods are no longer required now that everything is using the iterator APIs The trace_event_set_state and trace_event_set_vcpu_state macros were also unused. Reviewed-by: LluĂ­s Vilanova Signed-off-by: Daniel P. Berrange --- trace/