From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyfOV-0001pn-Ot for qemu-devel@nongnu.org; Sun, 22 Jun 2014 06:53:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WyfOP-0004m1-IP for qemu-devel@nongnu.org; Sun, 22 Jun 2014 06:53:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyfOP-0004lv-4Y for qemu-devel@nongnu.org; Sun, 22 Jun 2014 06:53:01 -0400 Date: Sun, 22 Jun 2014 13:53:25 +0300 From: "Michael S. Tsirkin" Message-ID: <20140622105325.GA16544@redhat.com> References: <1403404717-12101-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1403404717-12101-1-git-send-email-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH for-2.1 0/2] qemu-char: fixes to the new get_msgfds API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, Anthony Liguori On Sun, Jun 22, 2014 at 10:38:35AM +0800, Stefan Hajnoczi wrote: > The recent changes to extend qemu-char get_msgfds to support multiple file > descriptors caused a qemu-iotests regression and also introduced a file > descriptor leak. This patch series fixes the bugs. Applied, thanks! > Stefan Hajnoczi (2): > qemu-char: fix qemu_chr_fe_get_msgfd() > qemu-char: avoid leaking unused fds in tcp_get_msgfds() > > qemu-char.c | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) > > -- > 1.9.3