From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55024) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLxAN-00035h-J9 for qemu-devel@nongnu.org; Wed, 10 Oct 2012 10:21:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLxAA-0000YO-R4 for qemu-devel@nongnu.org; Wed, 10 Oct 2012 10:21:43 -0400 Received: from e34.co.us.ibm.com ([32.97.110.152]:33462) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLxAA-0000WG-LE for qemu-devel@nongnu.org; Wed, 10 Oct 2012 10:21:30 -0400 Received: from /spool/local by e34.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 10 Oct 2012 08:21:28 -0600 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by d03dlp02.boulder.ibm.com (Postfix) with ESMTP id EE5F93E4005B for ; Wed, 10 Oct 2012 08:21:16 -0600 (MDT) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q9AEKxiS207242 for ; Wed, 10 Oct 2012 08:21:03 -0600 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q9AEKWkA027258 for ; Wed, 10 Oct 2012 08:20:32 -0600 From: Corey Bryant Date: Wed, 10 Oct 2012 10:20:02 -0400 Message-Id: <1349878805-16352-1-git-send-email-coreyb@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH v2 0/3] command line fd passing using fd sets List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, libvir-list@redhat.com, Corey Bryant This series adds command line file descriptor passing support via a new -add-fd option. This is a follow-on to the existing QMP fd passing support provided in the following patch series: comments.gmane.org/gmane.comp.emulators.qemu/165463 The new -add-fd option is designed to mirror the add-fd QMP option as much as possible. Corey Bryant (3): monitor: Allow add-fd to any specified fd set monitor: Enable adding an inherited fd to an fd set qemu-config: Add new -add-fd command line option monitor.c | 131 +++++++++++++++++++++++++++++++------------------------ monitor.h | 2 + qapi-schema.json | 1 - qemu-config.c | 22 ++++++++++ qemu-options.hx | 35 +++++++++++++++ vl.c | 36 +++++++++++++++ 6 files changed, 170 insertions(+), 57 deletions(-) -- 1.7.11.4