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
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