From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOBdh-0005HJ-4F for qemu-devel@nongnu.org; Tue, 16 Oct 2012 14:13:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOBdf-0000fw-NM for qemu-devel@nongnu.org; Tue, 16 Oct 2012 14:13:12 -0400 Received: from e9.ny.us.ibm.com ([32.97.182.139]:51273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOBdf-0000fq-JI for qemu-devel@nongnu.org; Tue, 16 Oct 2012 14:13:11 -0400 Received: from /spool/local by e9.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 16 Oct 2012 14:13:10 -0400 Received: from d01relay07.pok.ibm.com (d01relay07.pok.ibm.com [9.56.227.147]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 2159D38C870D for ; Tue, 16 Oct 2012 13:52:25 -0400 (EDT) Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay07.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q9GHqM7j31195302 for ; Tue, 16 Oct 2012 13:52:23 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q9GHqMTu002912 for ; Tue, 16 Oct 2012 13:52:22 -0400 From: Corey Bryant Date: Tue, 16 Oct 2012 13:51:04 -0400 Message-Id: <1350409868-2117-1-git-send-email-coreyb@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH v3 0/4] 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 (4): monitor: Allow add-fd to any specified fd set monitor: Enable adding an inherited fd to an fd set monitor: Prevent removing fd from set during init qemu-config: Add new -add-fd command line option monitor.c | 142 +++++++++++++++++++++++++++++++++---------------------- monitor.h | 3 ++ qapi-schema.json | 2 +- qemu-config.c | 22 +++++++++ qemu-options.hx | 36 ++++++++++++++ vl.c | 72 ++++++++++++++++++++++++++++ 6 files changed, 220 insertions(+), 57 deletions(-) -- 1.7.11.4