qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/4] command line fd passing using fd sets
@ 2012-10-18 19:19 Corey Bryant
  2012-10-18 19:19 ` [Qemu-devel] [PATCH v4 1/4] monitor: Allow add-fd to any specified fd set Corey Bryant
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Corey Bryant @ 2012-10-18 19:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, libvir-list, 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             |  78 ++++++++++++++++++++++++++++++
 6 files changed, 228 insertions(+), 55 deletions(-)

-- 
1.7.11.4

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-10-22 15:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-18 19:19 [Qemu-devel] [PATCH v4 0/4] command line fd passing using fd sets Corey Bryant
2012-10-18 19:19 ` [Qemu-devel] [PATCH v4 1/4] monitor: Allow add-fd to any specified fd set Corey Bryant
2012-10-18 19:19 ` [Qemu-devel] [PATCH v4 2/4] monitor: Enable adding an inherited fd to an " Corey Bryant
2012-10-18 19:19 ` [Qemu-devel] [PATCH v4 3/4] monitor: Prevent removing fd from set during init Corey Bryant
2012-10-18 19:19 ` [Qemu-devel] [PATCH v4 4/4] qemu-config: Add new -add-fd command line option Corey Bryant
2012-10-18 20:43   ` Eric Blake
2012-10-18 21:37     ` Corey Bryant
2012-10-19 11:05       ` Kevin Wolf
2012-10-19 13:12         ` Corey Bryant
2012-10-18 22:09   ` Eric Blake
2012-10-22 14:36   ` [Qemu-devel] [PATCH v5] " Kevin Wolf
2012-10-22 15:06     ` Corey Bryant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).