Re: [Qemu-devel] [PATCH 2/2] qemu-ga: use state dir from CONFIG_QEMU_LOCALSTATEDIR

2012-10-04 Thread Michael Roth
On Thu, Oct 04, 2012 at 02:48:38PM -0300, Luiz Capitulino wrote: > On Thu, 4 Oct 2012 12:37:55 -0500 > Michael Roth wrote: > > > On Thu, Oct 04, 2012 at 12:50:15PM -0300, Luiz Capitulino wrote: > > > On Thu, 4 Oct 2012 10:47:06 -0500 > > > Michael Roth wrote: > > > > > > > On Wed, Oct 03, 2012

Re: [Qemu-devel] [PATCH 2/2] qemu-ga: use state dir from CONFIG_QEMU_LOCALSTATEDIR

2012-10-04 Thread Luiz Capitulino
On Thu, 4 Oct 2012 12:37:55 -0500 Michael Roth wrote: > On Thu, Oct 04, 2012 at 12:50:15PM -0300, Luiz Capitulino wrote: > > On Thu, 4 Oct 2012 10:47:06 -0500 > > Michael Roth wrote: > > > > > On Wed, Oct 03, 2012 at 06:35:58PM -0300, Luiz Capitulino wrote: > > > > Has the side effect of changi

Re: [Qemu-devel] [PATCH 2/2] qemu-ga: use state dir from CONFIG_QEMU_LOCALSTATEDIR

2012-10-04 Thread Michael Roth
On Thu, Oct 04, 2012 at 12:50:15PM -0300, Luiz Capitulino wrote: > On Thu, 4 Oct 2012 10:47:06 -0500 > Michael Roth wrote: > > > On Wed, Oct 03, 2012 at 06:35:58PM -0300, Luiz Capitulino wrote: > > > Has the side effect of changing the default directory used to > > > save the freeze status file f

Re: [Qemu-devel] [PATCH 2/2] qemu-ga: use state dir from CONFIG_QEMU_LOCALSTATEDIR

2012-10-04 Thread Michael Roth
On Wed, Oct 03, 2012 at 06:35:58PM -0300, Luiz Capitulino wrote: > Has the side effect of changing the default directory used to > save the freeze status file from /tmp to ${prefix}/var/run. > > This is a beneficial change for two reasons: > > 1. FHS states that programs must not assume that fi

Re: [Qemu-devel] [PATCH 2/2] qemu-ga: use state dir from CONFIG_QEMU_LOCALSTATEDIR

2012-10-04 Thread Luiz Capitulino
On Thu, 4 Oct 2012 10:47:06 -0500 Michael Roth wrote: > On Wed, Oct 03, 2012 at 06:35:58PM -0300, Luiz Capitulino wrote: > > Has the side effect of changing the default directory used to > > save the freeze status file from /tmp to ${prefix}/var/run. > > > > This is a beneficial change for two r

[Qemu-devel] [PATCH 2/2] qemu-ga: use state dir from CONFIG_QEMU_LOCALSTATEDIR

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 ${prefix}/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 de