Re: [Qemu-devel] [PATCH 12/14] trace: Add trace file name command-line option

2010-08-22 Thread Anthony Liguori
On 08/12/2010 05:36 AM, Stefan Hajnoczi wrote: From: 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 t

[Qemu-devel] [PATCH 12/14] trace: Add trace file name command-line option

2010-08-12 Thread Stefan Hajnoczi
From: 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 o