<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
One thing to know about the open source xend XenAPI - it does not come
configured by default. you must enable it in the xend_config.sxp file<br>
<br>
If I recall my brief foray into the open source XenAPI - it uses the
same transport mechanisms, but the open source one is not ver heavily
tested, and just plain broken in some versions of xen (especially for
HVM guests)<br>
<br>
However, you might be able to share some code under these two paths<br>
<br>
Daniel P. Berrange wrote on 01/09/2009 10:30 AM:
<blockquote cite="mid:20090109153000.GA8246@redhat.com" type="cite">
  <pre wrap="">On Fri, Jan 09, 2009 at 03:18:36PM +0000, Richard W.M. Jones wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">On Thu, Jan 08, 2009 at 12:53:51PM -0000, <a class="moz-txt-link-abbreviated" href="mailto:Gerhardus.Geldenhuis@gta-travel.com">Gerhardus.Geldenhuis@gta-travel.com</a> wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">   * libxenserver: The XenServer C SDK
      </pre>
    </blockquote>
    <pre wrap="">[..]
    </pre>
    <blockquote type="cite">
      <pre wrap="">All this can be downloaded from CDN at
<a class="moz-txt-link-freetext" href="http://community.citrix.com/display/xs/Download+SDKs">http://community.citrix.com/display/xs/Download+SDKs</a>
      </pre>
    </blockquote>
    <pre wrap="">I took a look at the C library:

* It's LGPLv2+, so there is no license issue that I can see with
linking it to libvirt.

* It presents each XenServer API call as a C function.  Each C
function constructs an XML document (XMLRPC, I think), dispatches it
to the server, gets the reply, and unpacks the resulting XML.

* Uses libxml2 to do the XML construction and parsing.

* You have to supply your own HTTP library to pass the data to the
server.  The examples use libcurl for this.

* Compiles with -Wall -Werror without warnings or errors.

It seems reasonably sensible.  It still requires the proprietary
XenEnterprise to be installed for testing of course.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
It is possible that it might work with the XenAPI impl in the open
source XenD  too - worth a try if you want to develop something

Daniel
  </pre>
</blockquote>
</body>
</html>