qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] a question about licensing
@ 2009-03-16 16:18 Alex Rozenman
  2009-03-17 13:25 ` Anthony Liguori
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Rozenman @ 2009-03-16 16:18 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1319 bytes --]

Hello,

I would like to get a clarification about possibility to incorporate our
proprietary code with QEMU in the following ways:

Way 1.
=====
Let's assume that I changed QEMU allowing a possibly to build it as
static/dynamic library (I needed to add a configuration option replacing
main by qemu_main and changing the main build target). Our customer wants to
build an executable from following components:
1. Modified QEMU library.
2. Our proprietary library (e.g. mylib.a, mylib.h)
3. An open source "glue" file(s) containing calls to QEMU library as well as
to mylib.a
I understand that the executable will become GPL and the customer is
intended to use it only internally. Is it possible to keep my mylib.a
proprietary and closed source ? Is it legal from QEMU point of view ?

Way 2.
=====
We will implement a kind of '-M" like option that will load a shareable
library of a board (for example -M dynamic:my_board.so), find and call a
function in order to initialize the board and then run normal QEMU main
loop. The board code will define its own peripherals and connect them to the
CPU. It is obvious, that our proprietary code shall not use any GPL
peripherals and only call to GLPL functions like "map_physical_memory" and
"write_physical_memory" etc.

-- 
Best regards,
Alex Rozenman (rozenman@gmail.com).

[-- Attachment #2: Type: text/html, Size: 1479 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] a question about licensing
  2009-03-16 16:18 [Qemu-devel] a question about licensing Alex Rozenman
@ 2009-03-17 13:25 ` Anthony Liguori
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony Liguori @ 2009-03-17 13:25 UTC (permalink / raw)
  To: qemu-devel

Alex Rozenman wrote:
> Hello,
>
> I would like to get a clarification about possibility to incorporate 
> our proprietary code with QEMU in the following ways:

Licensing questions should be directed to lawyers.

I believe both scenarios go against the spirit of how QEMU is licensed 
though.  There is no intention of allowing QEMU as a whole to be used in 
a closed product or for it to be able to load closed plugins.

Regards,

Anthony Liguori

> Way 1.
> =====
> Let's assume that I changed QEMU allowing a possibly to build it as 
> static/dynamic library (I needed to add a configuration option 
> replacing main by qemu_main and changing the main build target). Our 
> customer wants to build an executable from following components:
> 1. Modified QEMU library.
> 2. Our proprietary library (e.g. mylib.a, mylib.h)
> 3. An open source "glue" file(s) containing calls to QEMU library as 
> well as to mylib.a
> I understand that the executable will become GPL and the customer is 
> intended to use it only internally. Is it possible to keep my mylib.a 
> proprietary and closed source ? Is it legal from QEMU point of view ?
>
> Way 2.
> =====
> We will implement a kind of '-M" like option that will load a 
> shareable library of a board (for example -M dynamic:my_board.so), 
> find and call a function in order to initialize the board and then run 
> normal QEMU main loop. The board code will define its own peripherals 
> and connect them to the CPU. It is obvious, that our proprietary code 
> shall not use any GPL peripherals and only call to GLPL functions like 
> "map_physical_memory" and "write_physical_memory" etc.
>
> -- 
> Best regards,
> Alex Rozenman (rozenman@gmail.com <mailto:rozenman@gmail.com>).
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-17 13:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-16 16:18 [Qemu-devel] a question about licensing Alex Rozenman
2009-03-17 13:25 ` Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).