From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aB3FT-0004JM-VK for qemu-devel@nongnu.org; Mon, 21 Dec 2015 11:23:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aB3FQ-0003Cs-Pk for qemu-devel@nongnu.org; Mon, 21 Dec 2015 11:23:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38343) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aB3FQ-0003CP-Lb for qemu-devel@nongnu.org; Mon, 21 Dec 2015 11:23:44 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 335563B759 for ; Mon, 21 Dec 2015 16:23:42 +0000 (UTC) From: "Daniel P. Berrange" Date: Mon, 21 Dec 2015 16:23:34 +0000 Message-Id: <1450715016-18230-1-git-send-email-berrange@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] Fixes to FD passing with QIOChannel List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Two small fixes for bugs with FD passing with QIOChannel discovered indirectly while testing the chardev unit tests. Added further unit tests to directly cover the FD passing code. Daniel P. Berrange (2): io: fix setting of QIO_CHANNEL_FEATURE_FD_PASS on server connections io: fix stack allocation when sending of file descriptors io/channel-socket.c | 17 ++++-- tests/test-io-channel-socket.c | 127 +++++++++++++++++++++++++++++++++++++++-- 2 files changed, 134 insertions(+), 10 deletions(-) -- 2.5.0