From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: [PATCH 0 of 7] libxl: make spawn interface more generic Date: Thu, 27 Oct 2011 12:03:12 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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(-)