Re: [Qemu-devel] [PATCH] trace-events: fix first line comment in trace-events

2016-08-12 Thread Stefan Hajnoczi
On Mon, Aug 08, 2016 at 05:11:21PM +0200, Laurent Vivier wrote: > Documentation is docs/tracing.txt instead of docs/trace-events.txt. > > find . -name trace-events -exec \ > sed -i "s?See docs/trace-events.txt for syntax documentation.?See > docs/tracing.txt for syntax documentation.?" \ >

[Qemu-devel] [PATCH] trace-events: fix first line comment in trace-events

2016-08-08 Thread Laurent Vivier
Documentation is docs/tracing.txt instead of docs/trace-events.txt. find . -name trace-events -exec \ sed -i "s?See docs/trace-events.txt for syntax documentation.?See docs/tracing.txt for syntax documentation.?" \ {} \; Signed-off-by: Laurent Vivier --- audio/trace-events| 2