Re: [Qemu-devel] [PATCH v5 17/20] trace: rename _read_events to read_events

2016-10-03 Thread Stefan Hajnoczi
On Wed, Sep 28, 2016 at 02:08:20PM +0100, Daniel P. Berrange wrote: > The _read_events method is used by callers outside of > its module, so should be a public method, not private. > > Reviewed-by: Lluís Vilanova > Signed-off-by: Daniel P. Berrange > --- > scripts/simpletrace.py| 6 +++

[Qemu-devel] [PATCH v5 17/20] trace: rename _read_events to read_events

2016-09-28 Thread Daniel P. Berrange
The _read_events method is used by callers outside of its module, so should be a public method, not private. Reviewed-by: Lluís Vilanova Signed-off-by: Daniel P. Berrange --- scripts/simpletrace.py| 6 +++--- scripts/tracetool/__init__.py | 14 -- 2 files changed, 15 insert