qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu/kqemu install.sh kmod.c kqemu.h kqemu-mod-...
@ 2005-02-10 22:10 Fabrice Bellard
  2005-02-10 22:57 ` Thayne Harbaugh
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrice Bellard @ 2005-02-10 22:10 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/cvsroot/qemu
Module name:	qemu
Branch: 	
Changes by:	Fabrice Bellard <bellard@savannah.gnu.org>	05/02/10 22:10:28

Added files:
	kqemu          : install.sh kmod.c kqemu.h kqemu-mod-i386.o 
	                 Makefile 

Log message:
	kqemu support

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/kqemu/install.sh?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/kqemu/kmod.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/kqemu/kqemu.h?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/kqemu/kqemu-mod-i386.o?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/kqemu/Makefile?rev=1.1

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

* Re: [Qemu-devel] qemu/kqemu install.sh kmod.c kqemu.h kqemu-mod-...
  2005-02-10 22:10 Fabrice Bellard
@ 2005-02-10 22:57 ` Thayne Harbaugh
  0 siblings, 0 replies; 3+ messages in thread
From: Thayne Harbaugh @ 2005-02-10 22:57 UTC (permalink / raw)
  To: qemu-devel

On Thu, 2005-02-10 at 17:10 -0500, Fabrice Bellard wrote:
> CVSROOT:	/cvsroot/qemu
> Module name:	qemu
> Branch: 	
> Changes by:	Fabrice Bellard <bellard@savannah.gnu.org>	05/02/10 22:10:28
> 
> Added files:
> 	kqemu          : install.sh kmod.c kqemu.h kqemu-mod-i386.o 
> 	                 Makefile 
> 
> Log message:
> 	kqemu support
> 
> CVSWeb URLs:
> http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/kqemu/install.sh?rev=1.1
> http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/kqemu/kmod.c?rev=1.1
> http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/kqemu/kqemu.h?rev=1.1
> http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/kqemu/kqemu-mod-i386.o?rev=1.1
> http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/kqemu/Makefile?rev=1.1



>From qemu/kqemu/kmod.c:

int init_module(void)
{
.
.
.
    printk("QEMU Accelerator Module version %d.%d.%d, Copyright (c) 2005 Fabrice Bellard\n"
           "This is a proprietary product. Read the LICENSE file for more information\n"
           "Redistribution of this module is prohibited without authorization\n",
           (KQEMU_VERSION >> 16),
           (KQEMU_VERSION >> 8) & 0xff,
           (KQEMU_VERSION) & 0xff);


What's up with the "Redistribution of this module is prohibited without
authorization" statement?  I was hoping to see a MODULE_LICENSE("GPL").

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

* [Qemu-devel] qemu/kqemu install.sh kmod.c kqemu.h kqemu-mod-...
@ 2005-02-12 14:14 Fabrice Bellard
  0 siblings, 0 replies; 3+ messages in thread
From: Fabrice Bellard @ 2005-02-12 14:14 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/cvsroot/qemu
Module name:	qemu
Branch: 	
Changes by:	Fabrice Bellard <bellard@savannah.gnu.org>	05/02/12 14:14:50

Removed files:
	kqemu          : install.sh kmod.c kqemu.h kqemu-mod-i386.o 
	                 Makefile 

Log message:
	removed proprietary code from CVS

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

end of thread, other threads:[~2005-02-12 14:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-12 14:14 [Qemu-devel] qemu/kqemu install.sh kmod.c kqemu.h kqemu-mod- Fabrice Bellard
  -- strict thread matches above, loose matches on Subject: below --
2005-02-10 22:10 Fabrice Bellard
2005-02-10 22:57 ` Thayne Harbaugh

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).