From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gianni Tedesco Subject: [PATCH 00 of 10] libxl python binding updates Date: Tue, 11 Jan 2011 16:03:13 +0000 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 Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org This patch-series brings the libxl python binding up to the state where it can create domains. It also includes several bug-fixes and exporting of additional libxl functionality such as PCI passthrough. The changes are all contained within the tools/python tree except for changes to the libxl IDL and associated processing code. The final patch in the series exports libxl_domain_config structure via the IDL and removes the redundant (identical) definitions and declarations from libxl. Gianni