Re: [Qemu-devel] [PATCH 2/3] configure: add --guest-agent-statedir

2012-10-03 Thread Luiz Capitulino
On Wed, 03 Oct 2012 20:56:31 +0200 Paolo Bonzini wrote: > Il 03/10/2012 20:53, Luiz Capitulino ha scritto: > > On Wed, 03 Oct 2012 20:32:21 +0200 > > Paolo Bonzini wrote: > > > >> Il 03/10/2012 19:24, Luiz Capitulino ha scritto: > >>> Defaults to /var/run. > >> > >> Please add instead --localst

Re: [Qemu-devel] [PATCH 2/3] configure: add --guest-agent-statedir

2012-10-03 Thread Paolo Bonzini
Il 03/10/2012 20:53, Luiz Capitulino ha scritto: > On Wed, 03 Oct 2012 20:32:21 +0200 > Paolo Bonzini wrote: > >> Il 03/10/2012 19:24, Luiz Capitulino ha scritto: >>> Defaults to /var/run. >> >> Please add instead --localstatedir (defaulting to ${prefix}/var), and >> make the guest agent's direct

Re: [Qemu-devel] [PATCH 2/3] configure: add --guest-agent-statedir

2012-10-03 Thread Luiz Capitulino
On Wed, 03 Oct 2012 20:32:21 +0200 Paolo Bonzini wrote: > Il 03/10/2012 19:24, Luiz Capitulino ha scritto: > > Defaults to /var/run. > > Please add instead --localstatedir (defaulting to ${prefix}/var), and > make the guest agent's directory /run inside that one. Packagers > already know to ove

Re: [Qemu-devel] [PATCH 2/3] configure: add --guest-agent-statedir

2012-10-03 Thread Paolo Bonzini
Il 03/10/2012 19:24, Luiz Capitulino ha scritto: > Defaults to /var/run. Please add instead --localstatedir (defaulting to ${prefix}/var), and make the guest agent's directory /run inside that one. Packagers already know to override --localstatedir=/var, in some cases macros even do it automatica

Re: [Qemu-devel] [PATCH 2/3] configure: add --guest-agent-statedir

2012-10-03 Thread Michael Roth
On Wed, Oct 03, 2012 at 02:24:18PM -0300, Luiz Capitulino wrote: > Defaults to /var/run. > > Signed-off-by: Luiz Capitulino Since this has the effect of changing both the default directory for state and well as the pid file, maybe we should s@state@state/pidfile@ the human-readable descriptions?

Re: [Qemu-devel] [PATCH 2/3] configure: add --guest-agent-statedir

2012-10-03 Thread Michael Roth
On Wed, Oct 03, 2012 at 02:24:18PM -0300, Luiz Capitulino wrote: > Defaults to /var/run. > > Signed-off-by: Luiz Capitulino > --- > configure | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/configure b/configure > index 4cfcdc6..4f3d2ed 100755 > --- a/configure > +++ b/configure

[Qemu-devel] [PATCH 2/3] configure: add --guest-agent-statedir

2012-10-03 Thread Luiz Capitulino
Defaults to /var/run. Signed-off-by: Luiz Capitulino --- configure | 6 ++ 1 file changed, 6 insertions(+) diff --git a/configure b/configure index 4cfcdc6..4f3d2ed 100755 --- a/configure +++ b/configure @@ -215,6 +215,7 @@ usb_redir="" opengl="" zlib="yes" qemuga="yes" +qemuga_statedir=