* [Qemu-devel] HQEMU :Violations of the GPLLicenses? @ 2014-06-25 14:05 Lb peace 2014-06-25 14:08 ` Peter Maydell 2014-06-26 11:09 ` Andreas Färber 0 siblings, 2 replies; 4+ messages in thread From: Lb peace @ 2014-06-25 14:05 UTC (permalink / raw) To: qemu-devel [-- Attachment #1: Type: text/plain, Size: 516 bytes --] Efficient and retargetable dynamic binary translation on multicores Author:Ding-Yong Hong; Jan-Jan Wu; Pen-Chung Yew; Wei-Chung Hsu; Chun-Chen Hsu; Pangfeng Liu; Chien-Min Wang; Yeh-Ching Chung IEEE Transactions on Parallel and Distributed Systems DOI: 10.1109/TPDS.2013.56 Year: March 2014 -------- As mentioned in this article,HQEMU is based on QEMU,which is realesd under the GPL license.But you cannot find any line of its source codes. Is this group‘s behavior a violation of the GPL Licenses? [-- Attachment #2: Type: text/html, Size: 1108 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] HQEMU :Violations of the GPLLicenses? 2014-06-25 14:05 [Qemu-devel] HQEMU :Violations of the GPLLicenses? Lb peace @ 2014-06-25 14:08 ` Peter Maydell 2014-06-26 11:09 ` Andreas Färber 1 sibling, 0 replies; 4+ messages in thread From: Peter Maydell @ 2014-06-25 14:08 UTC (permalink / raw) To: Lb peace; +Cc: QEMU Developers On 25 June 2014 15:05, Lb peace <peaceustc@gmail.com> wrote: > Efficient and retargetable dynamic binary translation on multicores > Author:Ding-Yong Hong; Jan-Jan Wu; Pen-Chung Yew; Wei-Chung Hsu; Chun-Chen > Hsu; Pangfeng Liu; Chien-Min Wang; Yeh-Ching Chung > IEEE Transactions on Parallel and Distributed Systems > DOI: 10.1109/TPDS.2013.56 > Year: March 2014 > > -------- > As mentioned in this article,HQEMU is based on QEMU,which is realesd under > the GPL license.But you cannot find any line of its source codes. > Is this group‘s behavior a violation of the GPL Licenses? Probably not unless they distributed the binaries without any of the ways to provide or offer to provide source that the GPL permits. -- PMM ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] HQEMU :Violations of the GPLLicenses? 2014-06-25 14:05 [Qemu-devel] HQEMU :Violations of the GPLLicenses? Lb peace 2014-06-25 14:08 ` Peter Maydell @ 2014-06-26 11:09 ` Andreas Färber 2014-06-26 11:46 ` Lb peace 1 sibling, 1 reply; 4+ messages in thread From: Andreas Färber @ 2014-06-26 11:09 UTC (permalink / raw) To: Lb peace, qemu-devel; +Cc: Peter Maydell Hi, Am 25.06.2014 16:05, schrieb Lb peace: > Efficient and retargetable dynamic binary translation on multicores > Author:Ding-Yong Hong; Jan-Jan Wu; Pen-Chung Yew; Wei-Chung Hsu; > Chun-Chen Hsu; Pangfeng Liu; Chien-Min Wang; Yeh-Ching Chung > IEEE Transactions on Parallel and Distributed Systems > DOI: 10.1109/TPDS.2013.56 > Year: March 2014 > > -------- > As mentioned in this article,HQEMU is based on QEMU,which is realesd > under the GPL license.But you cannot find any line of its source codes. > Is this group‘s behavior a violation of the GPL Licenses? In general, if you want legal advice, talk to lawyers. :) You're unlikely to find any on a development mailing list. But you can read through the GPL version 2.0 yourself, in particular section 3: http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html So, before you ask about GPL "violations", have you simply contacted them by email and asked nicely whether they will provide you with the sources matching that paper? As Peter says, if you don't have the binaries, you have no legal right under the GPL to obtain the sources of random software, but they might still do so. At least my former university used to share its GPL sources for the benefit of paper verification and (getting referenced by) follow-up projects, be it on proceedings CDs or via download. Regards, Andreas -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] HQEMU :Violations of the GPLLicenses? 2014-06-26 11:09 ` Andreas Färber @ 2014-06-26 11:46 ` Lb peace 0 siblings, 0 replies; 4+ messages in thread From: Lb peace @ 2014-06-26 11:46 UTC (permalink / raw) To: Andreas Färber; +Cc: qemu-devel [-- Attachment #1: Type: text/plain, Size: 2788 bytes --] In fact I do ask them for anything(binaries /source codes/diff to QEMU) to verify their result,but I have got no any reply from their funny group.Maybe I should write comments to the journal (and) to request sth. for verifing.Or someone in their group can see this letter in maillist. Many papers said they can acclerate QEMU in a huge boost.(20x,e.g.)I read their papers carefully in order to find codes which are changed in their work.Let's take this paper for example. they published their work first on CGO'12(HQEMU: A Multi-Threaded and Retargetable Dynamic Binary Translator on Multicores).In their work,a counter was added in every basic block to detect hot traces.It's funny that they put this counter in their final codes as they said.They told us that HQEMU runs faster than QEMU.I myself added a counter just like theirs only for profiling.QEMU would run very very slow after putting a counter in every block . So I wanted to know how they overcome this. After waiting for 2 years,I found this paper published on I3E Trans. So I asked for sth. to verify again but still no reply.... 2014-06-26 19:09 GMT+08:00 Andreas Färber <afaerber@suse.de>: > Hi, > > Am 25.06.2014 16:05, schrieb Lb peace: > > Efficient and retargetable dynamic binary translation on multicores > > Author:Ding-Yong Hong; Jan-Jan Wu; Pen-Chung Yew; Wei-Chung Hsu; > > Chun-Chen Hsu; Pangfeng Liu; Chien-Min Wang; Yeh-Ching Chung > > IEEE Transactions on Parallel and Distributed Systems > > DOI: 10.1109/TPDS.2013.56 > > Year: March 2014 > > > > -------- > > As mentioned in this article,HQEMU is based on QEMU,which is realesd > > under the GPL license.But you cannot find any line of its source codes. > > Is this group‘s behavior a violation of the GPL Licenses? > > In general, if you want legal advice, talk to lawyers. :) > You're unlikely to find any on a development mailing list. > > But you can read through the GPL version 2.0 yourself, in particular > section 3: > http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html > > So, before you ask about GPL "violations", have you simply contacted > them by email and asked nicely whether they will provide you with the > sources matching that paper? As Peter says, if you don't have the > binaries, you have no legal right under the GPL to obtain the sources of > random software, but they might still do so. At least my former > university used to share its GPL sources for the benefit of paper > verification and (getting referenced by) follow-up projects, be it on > proceedings CDs or via download. > > Regards, > Andreas > > -- > SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany > GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg > [-- Attachment #2: Type: text/html, Size: 3398 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-06-26 11:46 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-06-25 14:05 [Qemu-devel] HQEMU :Violations of the GPLLicenses? Lb peace 2014-06-25 14:08 ` Peter Maydell 2014-06-26 11:09 ` Andreas Färber 2014-06-26 11:46 ` Lb peace
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).