Re: [Qemu-devel] [PATCH 2/2] Added target to build libvdisk

2011-08-24 Thread Daniel P. Berrange
On Wed, Aug 24, 2011 at 07:50:37AM -0500, Anthony Liguori wrote: > On 08/24/2011 06:32 AM, Saggi Mizrahi wrote: > >On Tue 23 Aug 2011 07:21:56 PM IDT, Anthony Liguori wrote: > >>But QEMU is GPL. Libraries derived from QEMU will also be GPL. > >> > >>Regards, > >> > >>Anthony Liguori > >> > >>> > >>

Re: [Qemu-devel] [PATCH 2/2] Added target to build libvdisk

2011-08-24 Thread Anthony Liguori
On 08/24/2011 06:32 AM, Saggi Mizrahi wrote: On Tue 23 Aug 2011 07:21:56 PM IDT, Anthony Liguori wrote: But QEMU is GPL. Libraries derived from QEMU will also be GPL. Regards, Anthony Liguori Regards, Daniel OK, I admit it was a pretty naive solution. But I always try to do the simplest s

Re: [Qemu-devel] [PATCH 2/2] Added target to build libvdisk

2011-08-24 Thread Saggi Mizrahi
On Tue 23 Aug 2011 07:21:56 PM IDT, Anthony Liguori wrote: On 08/23/2011 11:18 AM, Daniel P. Berrange wrote: On Tue, Aug 23, 2011 at 11:14:20AM -0500, Anthony Liguori wrote: On 08/23/2011 11:12 AM, Daniel P. Berrange wrote: $(block-obj-y) pulls in 'aio.o' which is built from aio.c which is lic

Re: [Qemu-devel] [PATCH 2/2] Added target to build libvdisk

2011-08-23 Thread Anthony Liguori
On 08/23/2011 11:18 AM, Daniel P. Berrange wrote: On Tue, Aug 23, 2011 at 11:14:20AM -0500, Anthony Liguori wrote: On 08/23/2011 11:12 AM, Daniel P. Berrange wrote: $(block-obj-y) pulls in 'aio.o' which is built from aio.c which is licensed "GPLv2 only". So even those many files are BSD licen

Re: [Qemu-devel] [PATCH 2/2] Added target to build libvdisk

2011-08-23 Thread Daniel P. Berrange
On Tue, Aug 23, 2011 at 11:14:20AM -0500, Anthony Liguori wrote: > On 08/23/2011 11:12 AM, Daniel P. Berrange wrote: > >$(block-obj-y) pulls in 'aio.o' which is built from aio.c which > >is licensed "GPLv2 only". So even those many files are BSD > >licenses, the combined work will be GPLv2-only.

Re: [Qemu-devel] [PATCH 2/2] Added target to build libvdisk

2011-08-23 Thread Anthony Liguori
On 08/23/2011 11:12 AM, Daniel P. Berrange wrote: On Mon, Aug 22, 2011 at 02:29:00PM -0500, Anthony Liguori wrote: On 08/22/2011 12:06 PM, Saggi Mizrahi wrote: libvdisk is a library that packages qemu's handling of disk images. This allows for other programs to link to it and get access to qemu

Re: [Qemu-devel] [PATCH 2/2] Added target to build libvdisk

2011-08-23 Thread Daniel P. Berrange
On Mon, Aug 22, 2011 at 02:29:00PM -0500, Anthony Liguori wrote: > On 08/22/2011 12:06 PM, Saggi Mizrahi wrote: > >libvdisk is a library that packages qemu's handling of disk images. This > >allows for other programs to link to it and get access to qemu image > >file abstractions. > > > >To use ins

Re: [Qemu-devel] [PATCH 2/2] Added target to build libvdisk

2011-08-22 Thread Anthony Liguori
On 08/22/2011 12:06 PM, Saggi Mizrahi wrote: libvdisk is a library that packages qemu's handling of disk images. This allows for other programs to link to it and get access to qemu image file abstractions. To use install the lib and #include all the bdrv_* functions work as expected. Signed-off

Re: [Qemu-devel] [PATCH 2/2] Added target to build libvdisk

2011-08-22 Thread Blue Swirl
On Mon, Aug 22, 2011 at 5:06 PM, Saggi Mizrahi wrote: > libvdisk is a library that packages qemu's handling of disk images. This > allows for other programs to link to it and get access to qemu image > file abstractions. > > To use install the lib and #include > all the bdrv_* functions work as e

[Qemu-devel] [PATCH 2/2] Added target to build libvdisk

2011-08-22 Thread Saggi Mizrahi
libvdisk is a library that packages qemu's handling of disk images. This allows for other programs to link to it and get access to qemu image file abstractions. To use install the lib and #include all the bdrv_* functions work as expected. Signed-off-by: Saggi Mizrahi --- .gitignore|4