Re: [Qemu-devel] [PATCH 02/11] Add support for qfloat

2009-10-23 Thread Jamie Lokier
Anthony Liguori wrote: It really doesn't matter in the context of LGPL so I don't mind if we do 2.1 only. Is LGPL 2.1 compatible with LGPL 3 or GPL 3? It would be a shame if it's compatible enough to use in libvirt but can't be used in a GPL 3 project. I think the recent JSON + QObject stuff

Re: [Qemu-devel] [PATCH 02/11] Add support for qfloat

2009-10-23 Thread Daniel P. Berrange
On Fri, Oct 23, 2009 at 08:25:49PM +0100, Jamie Lokier wrote: Anthony Liguori wrote: It really doesn't matter in the context of LGPL so I don't mind if we do 2.1 only. Is LGPL 2.1 compatible with LGPL 3 or GPL 3? It would be a shame if it's compatible enough to use in libvirt but

Re: [Qemu-devel] [PATCH 02/11] Add support for qfloat

2009-10-22 Thread Amit Shah
On (Mon) Oct 19 2009 [09:18:19], Anthony Liguori wrote: + * This work is licensed under the terms of the GNU GPL, version 2. See + * the COPYING file in the top-level directory. + * + * Copyright IBM, Corp. 2009 + * + * Authors: + * Anthony Liguori aligu...@us.ibm.com + * + * This

Re: [Qemu-devel] [PATCH 02/11] Add support for qfloat

2009-10-22 Thread Anthony Liguori
Amit Shah wrote: On (Mon) Oct 19 2009 [09:18:19], Anthony Liguori wrote: + * This work is licensed under the terms of the GNU GPL, version 2. See + * the COPYING file in the top-level directory. + * + * Copyright IBM, Corp. 2009 + * + * Authors: + * Anthony Liguori aligu...@us.ibm.com +

Re: [Qemu-devel] [PATCH 02/11] Add support for qfloat

2009-10-22 Thread Amit Shah
On (Thu) Oct 22 2009 [09:01:48], Anthony Liguori wrote: Amit Shah wrote: On (Mon) Oct 19 2009 [09:18:19], Anthony Liguori wrote: + * This work is licensed under the terms of the GNU GPL, version 2. See + * the COPYING file in the top-level directory. + * + * Copyright IBM, Corp. 2009 +

Re: [Qemu-devel] [PATCH 02/11] Add support for qfloat

2009-10-19 Thread Anthony Liguori
Luiz Capitulino wrote: On Sat, 17 Oct 2009 08:36:02 -0500 Anthony Liguori aligu...@us.ibm.com wrote: qfloat is a qobject wrapper for double precision floating points Signed-off-by: Anthony Liguori aligu...@us.ibm.com --- Makefile |3 +- qfloat.c | 76

Re: [Qemu-devel] [PATCH 02/11] Add support for qfloat

2009-10-18 Thread Luiz Capitulino
On Sat, 17 Oct 2009 08:36:02 -0500 Anthony Liguori aligu...@us.ibm.com wrote: qfloat is a qobject wrapper for double precision floating points Signed-off-by: Anthony Liguori aligu...@us.ibm.com --- Makefile |3 +- qfloat.c | 76

[Qemu-devel] [PATCH 02/11] Add support for qfloat

2009-10-17 Thread Anthony Liguori
qfloat is a qobject wrapper for double precision floating points Signed-off-by: Anthony Liguori aligu...@us.ibm.com --- Makefile |3 +- qfloat.c | 76 + qfloat.h | 29 +++ qobject.h |1 + 4 files