WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [ANNOUNCE] libxenlight

To: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [ANNOUNCE] libxenlight
From: Jun Koi <junkoi2004@xxxxxxxxx>
Date: Mon, 9 Nov 2009 23:45:14 +0900
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 09 Nov 2009 06:45:55 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=oIGcsbZ5nD5zqz5zHV+eNdwA9HBbTbKCbUbPB2XdORA=; b=j4liy1ew70QBtshh4a2TR82Ji7sRlcqIRhWN2WTFj5hXi/RSMcJr9pbFBAZDoL9PaJ Jq19FjUdQDdP9Dxv9D8qeUVQli1xbcggtuw1vTKWYCPorXcBRsjIHMNMFFbIEYq514yg kES5W3EdqiVGQwMCxi5FG/QrZnKGdbd6EnXaU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=lHzRfmv+LsqwmWP47qdEhOkOY08ilMDU4T0qfk7IuCjAWmQJS4t8oAwCe/iJES03P9 iVf0VZ4EOsGyfkg5OE9s44NOqbRiIJOE5z/C8Zsr531kckToOoTe95x5smBsB+uF2V5E btP7+Hn6rKGRogps2IaVLVpd8Oi4E7MkYz1jY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <alpine.DEB.2.00.0911091340590.22814@kaball-desktop>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <alpine.DEB.2.00.0911091340590.22814@kaball-desktop>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi Stefano,

Is this yet-another-GPL lib? If so, that is really disappointed.

I think people desperately need LGPL code like this, but not GPL. So
please make it LGPL for people to use.

Personally, I have some small projects, and I had to reimplement a
part of libxc under LGPL. If libxenlight is under LGPL, I dont have to
waste my time doing that.

I believe that libvirt doesnt want this code, because of
incompatibility issue: libvirt is LGPL, which is more free, IMO.

Thanks,
Jun

On Mon, Nov 9, 2009 at 11:04 PM, Stefano Stabellini
<stefano.stabellini@xxxxxxxxxxxxx> wrote:
> Hi all,
>
> I am pleased to announce "libxenlight", a new small and lightweight C
> library that refactors existing code in a coherent and easy to use API
> to interface to the hypervisor and xenstore to perform operations such
> as domain creation and destruction, suspend/restore and pci passthrough.
>
> The goals of libxenlight are:
>
> - be easy to use and to extend
> - provide a simple and robust API for tool stacks to do xen operations
> - create a common codebase for the lower-level implementation of all the
>  various xen tool stacks
>
> At the moment libxenlight implements domain creation, destruction and
> list domains; next items on the roadmap are suspend, resume and pci
> passthrough.
> Libxenlight has been tested only on Linux but we would like to make it
> work on other systems as well.
> To aid development and testing we have created a small command line
> utility called "xl" that invokes the API.
>
> We believe there is significant value in having all the various tool
> stacks (xend, xapi, xenvm, libvirt etc) use a common lower-layer, and so
> hope developers will embrace this project, contribute to it, and move
> their favoured stack over to using it.
>
> Cheers,
> Stefano Stabellini
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>