From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Status of python libxl bindings Date: Sat, 23 Aug 2014 16:35:23 +0100 Message-ID: <1408808123.30706.11.camel@citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Martin Cerveny Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Sat, 2014-08-23 at 14:12 +0200, Martin Cerveny wrote: > Hello. > > I see that binding was disabled by 2012 ( http://lists.xen.org/archives/html/xen-devel/2012-07/msg01297.html ). > > Is there any functional libxl-python bindings ? Not as far as I know, the in tree ones are IMHO broken at the design level, but also they don't compile either... > ( or use another toolstack - like python bindings for libvirt-libxl ? ) I don't know about libvirt language bindings but I would expect that no specific libvirt-libxl bindings would be needed, so if you have Python bindings for libvirt I expect they should be expected to work regardless of the backend. Ian.