Re: [Qemu-devel] [PATCH] trace: install trace-events file

2014-09-24 Thread Stefan Hajnoczi
On Tue, Sep 23, 2014 at 04:29:35PM +0100, Stefan Hajnoczi wrote: > Install the ./trace-events file into the data directory. This file > contains the list of trace events that were built into QEMU at > compile-time. > > The file is a handy reference for the set of trace events that the QEMU > bina

[Qemu-devel] [PATCH] trace: install trace-events file

2014-09-23 Thread Stefan Hajnoczi
Install the ./trace-events file into the data directory. This file contains the list of trace events that were built into QEMU at compile-time. The file is a handy reference for the set of trace events that the QEMU binary was built with. It is also needed by the simpletrace.py tool that parses