* [Qemu-devel] Publicating with QEMU [not found] <20070919204651.26337gmx1@mx066.gmx.net> @ 2007-09-19 21:07 ` Clemens Kolbitsch 2007-09-20 14:08 ` Thiemo Seufer 0 siblings, 1 reply; 6+ messages in thread From: Clemens Kolbitsch @ 2007-09-19 21:07 UTC (permalink / raw) To: qemu-devel 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. 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 ;-) Any advice, comments, etc.? Thanks! ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Publicating with QEMU 2007-09-19 21:07 ` [Qemu-devel] Publicating with QEMU Clemens Kolbitsch @ 2007-09-20 14:08 ` Thiemo Seufer 2007-09-20 14:14 ` Clemens Kolbitsch 0 siblings, 1 reply; 6+ messages in thread From: Thiemo Seufer @ 2007-09-20 14:08 UTC (permalink / raw) To: Clemens Kolbitsch; +Cc: qemu-devel 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 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Publicating with QEMU 2007-09-20 14:08 ` Thiemo Seufer @ 2007-09-20 14:14 ` Clemens Kolbitsch 2007-09-20 15:17 ` Gilad Ben-Yossef 2007-09-20 16:34 ` Thiemo Seufer 0 siblings, 2 replies; 6+ messages in thread From: Clemens Kolbitsch @ 2007-09-20 14:14 UTC (permalink / raw) To: Thiemo Seufer; +Cc: qemu-devel On Thursday 20 September 2007 16:08:51 Thiemo Seufer wrote: > 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 perfect -- thanks! once we get all the publication stuff behind us, you'll hear from us -- promised :-) to turn our code into a standard network card shouldn't be too much of work and it's acually quite cool to have a wireless network inside qemu. doesn't help much besides increasing the coolness factor, though ;-) bye ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Publicating with QEMU 2007-09-20 14:14 ` Clemens Kolbitsch @ 2007-09-20 15:17 ` Gilad Ben-Yossef 2007-09-20 16:34 ` Thiemo Seufer 1 sibling, 0 replies; 6+ messages in thread From: Gilad Ben-Yossef @ 2007-09-20 15:17 UTC (permalink / raw) To: qemu-devel Clemens Kolbitsch wrote: > once we get all the publication stuff behind us, you'll hear from us -- > promised :-) > > to turn our code into a standard network card shouldn't be too much of work > and it's acually quite cool to have a wireless network inside qemu. doesn't > help much besides increasing the coolness factor, though ;-) Actually, I can think of some very useful things to do with a virtual wireless car din qemu, so as wireless related application testing, wireless mesh network simulations etc etc... This is beyond cool factor. It's useful. Just my 2c, Gilad -- Gilad Ben-Yossef <gilad@codefidence.com> Codefidence. A name you can trust(tm) Web: http://codefidence.com | SIP: gilad@pbx.codefidence.com IL: +972.3.7515563 ext. 201 | Fax: +972.3.7515503 US: +1.212.2026643 ext. 201 | Cel: +972.52.8260388 "There once was a virtualization coder, Whose patches kept getting older, Each time upstream would drop, His documentation would slightly rot, SO APPLY MY F*$KING PATCHES OR I'LL KEEP WRITING LIMERICKS." -- Rusty Russel ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Publicating with QEMU 2007-09-20 14:14 ` Clemens Kolbitsch 2007-09-20 15:17 ` Gilad Ben-Yossef @ 2007-09-20 16:34 ` Thiemo Seufer 2007-09-20 16:46 ` Clemens Kolbitsch 1 sibling, 1 reply; 6+ messages in thread From: Thiemo Seufer @ 2007-09-20 16:34 UTC (permalink / raw) To: Clemens Kolbitsch; +Cc: qemu-devel Clemens Kolbitsch wrote: > On Thursday 20 September 2007 16:08:51 Thiemo Seufer wrote: > > 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 > > > perfect -- thanks! > > once we get all the publication stuff behind us, you'll hear from us -- > promised :-) > > to turn our code into a standard network card shouldn't be too much of work > and it's acually quite cool to have a wireless network inside qemu. doesn't > help much besides increasing the coolness factor, though ;-) I fairly sure some OpenWRT etc. guys will like to have it for tests. It reduces the likelihood of accidentially bricking their devices. :-) Thiemo ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Publicating with QEMU 2007-09-20 16:34 ` Thiemo Seufer @ 2007-09-20 16:46 ` Clemens Kolbitsch 0 siblings, 0 replies; 6+ messages in thread From: Clemens Kolbitsch @ 2007-09-20 16:46 UTC (permalink / raw) To: Thiemo Seufer; +Cc: qemu-devel On Thursday 20 September 2007 18:34:22 Thiemo Seufer wrote: > Clemens Kolbitsch wrote: > > On Thursday 20 September 2007 16:08:51 Thiemo Seufer wrote: > > > 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 > > > > perfect -- thanks! > > > > once we get all the publication stuff behind us, you'll hear from us -- > > promised :-) > > > > to turn our code into a standard network card shouldn't be too much of > > work and it's acually quite cool to have a wireless network inside qemu. > > doesn't help much besides increasing the coolness factor, though ;-) > > I fairly sure some OpenWRT etc. guys will like to have it for tests. > It reduces the likelihood of accidentially bricking their devices. :-) > > > Thiemo we actually developed it for fuzzing madwifi drivers. while doing so, we found out quite a lot about Atheros cards... so yes - driver developers will really enjoy it - however only, if they develop for atheros cards. ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-09-20 16:46 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20070919204651.26337gmx1@mx066.gmx.net>
2007-09-19 21:07 ` [Qemu-devel] Publicating with QEMU Clemens Kolbitsch
2007-09-20 14:08 ` Thiemo Seufer
2007-09-20 14:14 ` Clemens Kolbitsch
2007-09-20 15:17 ` Gilad Ben-Yossef
2007-09-20 16:34 ` Thiemo Seufer
2007-09-20 16:46 ` Clemens Kolbitsch
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.