From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJWb1-0000io-VE for qemu-devel@nongnu.org; Wed, 03 Oct 2012 17:35:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJWb1-0007dA-0U for qemu-devel@nongnu.org; Wed, 03 Oct 2012 17:35:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJWb0-0007cQ-OV for qemu-devel@nongnu.org; Wed, 03 Oct 2012 17:35:10 -0400 From: Luiz Capitulino Date: Wed, 3 Oct 2012 18:35:56 -0300 Message-Id: <1349300158-19113-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/2] qemu-ga: change default state dir to /var/run List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mdroth@linux.vnet.ibm.com Cc: pbonzini@redhat.com, qemu-devel@nongnu.org Also allow users to change the default at configure time. Please, check individual patches for more details. o v2 - drop --guest-agent-statedir in favor of --localstatedir - change default from /var/run to ${prefix}/var/run Luiz Capitulino (2): configure: add --localstatedir qemu-ga: use state dir from CONFIG_QEMU_LOCALSTATEDIR configure | 9 ++++++++- qemu-ga.c | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) -- 1.7.12.315.g682ce8b