Re: [Qemu-devel] [Tracing][PATCH v2] Add options to specify trace file name at startup and runtime.

2010-08-04 Thread malc
On Wed, 4 Aug 2010, Prerna Saxena wrote: > This patch adds an optional command line switch '-trace' to specify the > filename to write traces to, when qemu starts. > Eg, If compiled with the 'simple' trace backend, > [t...@system]$ qemu -trace FILENAME IMAGE > Allows the binary traces to be writt

[Qemu-devel] [Tracing][PATCH v2] Add options to specify trace file name at startup and runtime.

2010-08-04 Thread Prerna Saxena
This patch adds an optional command line switch '-trace' to specify the filename to write traces to, when qemu starts. Eg, If compiled with the 'simple' trace backend, [t...@system]$ qemu -trace FILENAME IMAGE Allows the binary traces to be written to FILENAME instead of the option set at config-