From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyXgE-0007gF-If for qemu-devel@nongnu.org; Sat, 21 Jun 2014 22:39:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WyXg8-00018V-E8 for qemu-devel@nongnu.org; Sat, 21 Jun 2014 22:38:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24398) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyXg8-00017Z-6N for qemu-devel@nongnu.org; Sat, 21 Jun 2014 22:38:48 -0400 From: Stefan Hajnoczi Date: Sun, 22 Jun 2014 10:38:35 +0800 Message-Id: <1403404717-12101-1-git-send-email-stefanha@redhat.com> Subject: [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: qemu-devel@nongnu.org Cc: Stefan Hajnoczi , Anthony Liguori , "Michael S. Tsirkin" 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. 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