From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJTl8-0007Mv-M9 for qemu-devel@nongnu.org; Wed, 03 Oct 2012 14:33:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJTl7-00078r-OZ for qemu-devel@nongnu.org; Wed, 03 Oct 2012 14:33:26 -0400 Received: from mail-we0-f173.google.com ([74.125.82.173]:41201) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJTl7-00078n-IY for qemu-devel@nongnu.org; Wed, 03 Oct 2012 14:33:25 -0400 Received: by weyt11 with SMTP id t11so4276102wey.4 for ; Wed, 03 Oct 2012 11:33:24 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <506C84EF.6020407@redhat.com> Date: Wed, 03 Oct 2012 20:33:19 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1349285059-5415-1-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1349285059-5415-1-git-send-email-lcapitulino@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] qemu-ga: change default state dir to /var/run List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: mdroth@linux.vnet.ibm.com, qemu-devel@nongnu.org Il 03/10/2012 19:24, Luiz Capitulino ha scritto: > Also allow users to change the default at configure time. Please, check > individual patches for more details. > > Luiz Capitulino (3): > configure: guest_agent -> qemuga > configure: add --guest-agent-statedir > qemu-ga: use state dir from CONFIG_QEMUGA_STATEDIR > > configure | 16 +++++++++++----- > qemu-ga.c | 4 ++-- > 2 files changed, 13 insertions(+), 7 deletions(-) > I have some comments on the autoconfyness of patch 2, otherwise looks good. Paolo