All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 7] libxl: make spawn interface more generic
@ 2011-10-27 10:03 Olaf Hering
  2011-10-27 10:03 ` [PATCH 1 of 7] libxl: rename libxl__device_model_starting Olaf Hering
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Olaf Hering @ 2011-10-27 10:03 UTC (permalink / raw)
  To: xen-devel


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(-)

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

end of thread, other threads:[~2011-11-02 15:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-27 10:03 [PATCH 0 of 7] libxl: make spawn interface more generic Olaf Hering
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

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.