Re: [Qemu-devel] Re: [PATCH 00/14] trace: Add static tracing to QEMU

2010-09-06 Thread Stefan Hajnoczi
On Sun, Sep 5, 2010 at 8:30 AM, Michael S. Tsirkin wrote: > On Thu, Aug 12, 2010 at 11:36:21AM +0100, Stefan Hajnoczi wrote: >> 2. The built-in 'simple' trace backend writes binary traces to >>    /tmp/trace-. > > Saving files with predictable names in /tmp is usually not a good idea, > see e.g. h

[Qemu-devel] Re: [PATCH 00/14] trace: Add static tracing to QEMU

2010-09-05 Thread Michael S. Tsirkin
On Thu, Aug 12, 2010 at 11:36:21AM +0100, Stefan Hajnoczi wrote: > 2. The built-in 'simple' trace backend writes binary traces to >/tmp/trace-. Saving files with predictable names in /tmp is usually not a good idea, see e.g. http://en.wikipedia.org/wiki/Symlink_race. Put them in $HOME or somet