[libvirt] [PATCH v2 0/3] command line fd passing using fd sets

Corey Bryant coreyb at linux.vnet.ibm.com
Wed Oct 10 14:20:02 UTC 2012


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




More information about the libvir-list mailing list