On Tue, 2011-02-08 at 20:49 -0500, Mohamed Magdy wrote: > Hi, > Is there an API for Xen hypervisor so that VM could be managed > (created and destroyed) using programming languages like p
If your language of choice supports bindings to platform libraries, according to normal C calling conventions, and few don't, then chances it can control Xen. Check out libxl. Cheers, Daniel _______________________________________________ xen-api mailing list [email protected] http://lists.xensource.com/mailman/listinfo/xen-api
