[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] [RFC] libqblock draft code v1
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH] [RFC] libqblock draft code v1 |
Date: |
Thu, 02 Aug 2012 13:13:45 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 |
Il 02/08/2012 13:11, Daniel P. Berrange ha scritto:
>>> > > Please include GPLv2+ license headers in new source files you create.
>>> > > See existing code like include/qemu/object.h for the license header
>>> > > text.
>> >
>> > Actually, LGPLv2+ (or compatible, like BSD), if you plan on making this
>> > a reusable library. GPLv2+ is too strict for libvirt to use directly.
> NB, i don't see libvirt being able to use this library regardless
> of license, due to its reliance on glib + abort-on-OOM behaviour
Regarding glib, perhaps we could provide a small wrapper with the few
functions we actually use.
Paolo