From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: libxen-light Date: Mon, 21 Sep 2015 09:27:13 +0100 Message-ID: <1442824033.10338.1.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: kumara rathnavel , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Mon, 2015-09-21 at 11:56 +0530, kumara rathnavel wrote: > Hello, > > I do not find any proper documentation regarding API provided by the > Libxenlight. All I find is the documentation for the xl that in turn uses > Libxl Library. But I would like to use the library calls directly, I am > able to basic operations like listing vm, reboot and all those . But when > it comes to creation of domain or attaching device , I am filling the > structures the same way as xl is doing. But I get a Seg Fault. Can you > share some documentation on the Libxenlight API if possible or guidance > would do,,..... The documentation is mainly in the headers, starting with libxl.h. If you have specific questions then please provide the code as well as the error (e.g. the stack trace). Ian.