All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olaf Hering <olaf@aepfle.de>
To: xen-devel@lists.xensource.com
Subject: [PATCH 0 of 7] libxl: make spawn interface more generic
Date: Thu, 27 Oct 2011 12:03:12 +0200	[thread overview]
Message-ID: <patchbomb.1319709792@probook.site> (raw)


The following series makes the libxl spawn interface more generic, so that it
can be used for device model and xenpaging. The functions move from dm.c to
exec.c. Some documentation about the interface is added as well.

Please review and apply.

Olaf

 tools/libxl/libxl_create.c   |    2 
 tools/libxl/libxl_device.c   |   84 +----------------------
 tools/libxl/libxl_dm.c       |   65 ++++-------------
 tools/libxl/libxl_exec.c     |  145 +++++++++++++++++++++++++++++++++++++++
 tools/libxl/libxl_internal.h |  157 +++++++++++++++++++++++++++++++++----------
 5 files changed, 285 insertions(+), 168 deletions(-)

             reply	other threads:[~2011-10-27 10:03 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-27 10:03 Olaf Hering [this message]
2011-10-27 10:03 ` [PATCH 1 of 7] libxl: rename libxl__device_model_starting Olaf Hering
2011-10-27 10:03 ` [PATCH 2 of 7] libxl: rename dm_xenstore_record_pid to libxl_spawner_record_pid Olaf Hering
2011-10-27 10:03 ` [PATCH 3 of 7] libxl: add pid path to libxl__spawner_starting Olaf Hering
2011-10-27 10:03 ` [PATCH 4 of 7] libxl: add libxl__wait_for_offspring function Olaf Hering
2011-10-27 10:03 ` [PATCH 5 of 7] libxl: add libxl__spawn_confirm_offspring_startup Olaf Hering
2011-10-27 10:03 ` [PATCH 6 of 7] libxl: document spawn related functions Olaf Hering
2011-10-27 10:03 ` [PATCH 7 of 7] libxl: update prototype of libxl__spawn_check Olaf Hering
2011-11-02 15:41 ` [PATCH 0 of 7] libxl: make spawn interface more generic Ian Jackson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=patchbomb.1319709792@probook.site \
    --to=olaf@aepfle.de \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.