Re: [Qemu-devel] [PATCH 3/3] qemu-ga: use state dir from CONFIG_QEMUGA_STATEDIR

2012-10-03 Thread Michael Roth
On Wed, Oct 03, 2012 at 02:24:19PM -0300, Luiz Capitulino wrote: > Has the side effect of changing the default directory used to > save the freeze status file from /tmp to /var/run. > > This is a beneficial change for two reasons: > > 1. FHS states that programs must not assume that files in /tm

[Qemu-devel] [PATCH 3/3] qemu-ga: use state dir from CONFIG_QEMUGA_STATEDIR

2012-10-03 Thread Luiz Capitulino
Has the side effect of changing the default directory used to save the freeze status file from /tmp to /var/run. This is a beneficial change for two reasons: 1. FHS states that programs must not assume that files in /tmp will still exist between invocations of the program. This defeats