From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:32865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtPca-0004Cs-EH for qemu-devel@nongnu.org; Thu, 10 Jan 2013 16:25:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtPcY-0004r8-NC for qemu-devel@nongnu.org; Thu, 10 Jan 2013 16:25:08 -0500 Received: from mail-ie0-f178.google.com ([209.85.223.178]:48706) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtPcY-0004nf-IZ for qemu-devel@nongnu.org; Thu, 10 Jan 2013 16:25:06 -0500 Received: by mail-ie0-f178.google.com with SMTP id c12so1441272ieb.23 for ; Thu, 10 Jan 2013 13:25:05 -0800 (PST) Sender: fluxion Date: Thu, 10 Jan 2013 15:24:08 -0600 From: mdroth Message-ID: <20130110212408.GF1543@vm> References: <1357680386-10904-1-git-send-email-lcapitulino@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1357680386-10904-1-git-send-email-lcapitulino@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2] qemu-ga: don't leak fds to exec()ed processes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org On Tue, Jan 08, 2013 at 07:26:24PM -0200, Luiz Capitulino wrote: > Please, check individual patches for details. > > Luiz Capitulino (2): > qemu-ga: ga_open_pidfile(): use qemu_open() > qemu-ga: add ga_open_logfile() Thanks, applied to qga branch. > > qga/main.c | 19 ++++++++++++++++--- > 1 file changed, 16 insertions(+), 3 deletions(-) > > -- > 1.8.0 >