From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IYMkB-0003jY-7W for qemu-devel@nongnu.org; Thu, 20 Sep 2007 10:11:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IYMk9-0003jF-Km for qemu-devel@nongnu.org; Thu, 20 Sep 2007 10:11:02 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYMk9-0003jC-E0 for qemu-devel@nongnu.org; Thu, 20 Sep 2007 10:11:01 -0400 Received: from phoenix.bawue.net ([193.7.176.60] helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IYMk9-0002Se-1z for qemu-devel@nongnu.org; Thu, 20 Sep 2007 10:11:01 -0400 Date: Thu, 20 Sep 2007 15:08:51 +0100 From: Thiemo Seufer Subject: Re: [Qemu-devel] Publicating with QEMU Message-ID: <20070920140850.GS9972@networkno.de> References: <20070919204651.26337gmx1@mx066.gmx.net> <200709192307.51790.clemens.kol@gmx.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200709192307.51790.clemens.kol@gmx.at> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Clemens Kolbitsch Cc: qemu-devel@nongnu.org Clemens Kolbitsch wrote: > Hi guys! > Short question: I'm having a speech at BlackHat Japan in Oktober about > something I made with qemu. Basically it is a new hardware type (so it is > just an additional file in the hw-subdirectory) --- it's the wireless device > I have been asking questions for a couple of months ago in case someone > remembers (there will be some code for you guys soon ;-) ). > > For the conference CD, they want me to give them my code. Is it ok if i just > send them the whole qemu code I have here (I have only modified the Makefile > to include my hw/myfile.c) --- i just want to make sure that the version is > right and it compiles out of the box. As a general note, if you have modifications which are useful to a wider audience, consider to submit them as patches to this mailing list. > Is that OK with the GPL stuff?? I include all the READMEs that come with QEMU > svn, and I don't claim to be the author of QEMU or anything. Just want to do > it correctly ;-) Yes, that's fine. (You can check for yourself, the GPL isn't as incomprehensible as some other software licenses.) > Any advice, comments, etc.? Make sure to mark your version as a modified one, so people come to you when they have questions, and don't ask us about bugs/features we never heard of. :-) Thiemo