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

2010-08-04 Thread Stefan Hajnoczi
On Wed, Aug 4, 2010 at 10:33 AM, Prerna Saxena wrote: > On 08/03/2010 07:45 PM, Stefan Hajnoczi wrote: >> On Tue, Aug 3, 2010 at 6:37 AM, Prerna Saxena >>  wrote: >>> @@ -2590,6 +2597,12 @@ int main(int argc, char **argv, char **envp) >>>                 } >>>                 xen_mode = XEN_ATTACH

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

2010-08-04 Thread Prerna Saxena
On 08/03/2010 07:45 PM, Stefan Hajnoczi wrote: On Tue, Aug 3, 2010 at 6:37 AM, 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

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

2010-08-03 Thread Stefan Hajnoczi
On Tue, Aug 3, 2010 at 6:37 AM, 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

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

2010-08-02 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-