qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Andreas Färber" <afaerber@suse.de>
To: Juan Quintela <quintela@redhat.com>
Cc: Andrzej Zaborowski <andrew.zaborowski@intel.com>,
	qemu-devel@nongnu.org, Blue Swirl <blauwirbel@gmail.com>,
	Michael Walle <michael@walle.cc>,
	"Edgar E. Iglesias" <edgar.iglesias@gmail.com>,
	Richard Henderson <rth@twiddle.net>
Subject: Re: [Qemu-devel] [PATCH v2 0/8] [RFC] vmstate: Add copyrights for all cpus
Date: Sat, 26 Nov 2011 14:31:09 +0100	[thread overview]
Message-ID: <4ED0EA1D.2090509@suse.de> (raw)
In-Reply-To: <cover.1322061896.git.quintela@redhat.com>

Hi Juan,

Am 23.11.2011 16:44, schrieb Juan Quintela:
> [ Resnd this time also ading fabrice address, sorry ]
> 
> v2:
> - split patches by file, make easier to add "acked-by" notices.
> - cc'd fabrice
> - everybody (except for Thiemo for ovbious reasons) answered.
> - move ppc/sparc/i386 to BSD like license from vl.c at Blue
>   suggestion. 
> 
> - move all other licenses to GPL v2 or later (notice that I had forget
>   the later part on the 1st submission).  Notice this change for the
>   people that acked previous version.
> 
> Any other comments?

I did have another comment regarding the "Based on" part that you
haven't responded to yet.

Andreas

> 
> v1:
> 
> This patch adds copyrights to all the machine description files for
> all architectures supported. (this is done on top of my vmstate-cpus
> series patches) The problem?
> 
> - What should we put as "copyirght" owners.
> 
> Althought I modified almost every line of the files, mostly of the
> changes are a conversion, so claiming myself as the only "copyright"
> owner sounds at least pretentious, and more than probably false.
> 
> I tried to "dig" into the git logs and tried to came with "whoever"
> commit the initial cpu_save/load foar each architecture.  I have put
> them as:
> 
>  * Based on qemu-file support done by:
>  *   Richard Henderson <rth@twiddle.net>
> 
> But I would preffer that the persons involved state what copyright
> notice they want, name, address, year(s), etc.  (Some architectures
> already have a propper copyright notice, I didn't touch them), and
> others had an empty file (I put mine there on the previosu series).
> 
> Several of the logs are from the svn days, and then I don't know if
> the person was the committer, or the author.  If anyone contributed
> to the functionality and want to add its copyright, please told me.
> 
> To make things more complicated, when machine.c files were split from
> vl.c, they didn't carry any copyright notice at all, should we copy
> back everything from vl.c?
> 
> To make things more complicated, it looks like Thiemo Seufer did the
> original mips support, and he passed away.  So he can't obviously
> comment.
> 
> Anthony asked me to send a patch to the list, asking form comments.
> 
> alpha:
> CC: Richard Henderson <rth@twiddle.net>
> 
> arm:
> CC: Andrzej Zaborowski <andrew.zaborowski@intel.com>
> 
>   (it appears as balrog, but on irc channel peter told me that balrog
>   has him)
> 
> cris:
> CC: Edgar E. Iglesias <edgar.iglesias@gmail.com>
> 
> i386:
> 
> Fabrice Bellard?
> 
>  * Copyright (c) 2003-2008 Fabrice Bellard
> 
> Didn't cc'd him because he left project/didn't have email address on
> MAINTAINERS/vl.c.  If you think that I should cc'd to him, just let me
> know.
> 
> lm32:
> 
> CC: Michael Walle <michael@walle.cc>
> 
> mips:
> 
> Thiemo Seufer?
> 
> ppc & sparc:
> 
> CC: Blue Swirl <blauwirbel@gmail.com>
> 
> 
> What do you think, what should we do?  Juan.
> 
> 
> 
> *** BLURB HERE ***
> 
> Juan Quintela (8):
>   vmstate: Add copyright info for alpha processor
>   vmstate: Add copyright info for lm32 processor
>   vmstate: Add copyright info for cris processor
>   vmstate: Add copyright info for arm processor
>   vmstate: Add copyright info for i386 processor
>   vmstate: Add copyright info for mips processor
>   vmstate: Add copyright info for ppc processor
>   vmstate: Add copyright info for sparc processor
> 
>  target-alpha/vmstate-cpu.c |   15 +++++++++++++++
>  target-arm/vmstate-cpu.c   |   15 +++++++++++++++
>  target-cris/vmstate-cpu.c  |   15 +++++++++++++++
>  target-i386/vmstate-cpu.c  |   28 ++++++++++++++++++++++++++++
>  target-lm32/vmstate-cpu.c  |   15 +++++++++++++++
>  target-mips/vmstate-cpu.c  |   29 +++++++++++++++++++++++++++++
>  target-ppc/vmstate-cpu.c   |   28 ++++++++++++++++++++++++++++
>  target-sparc/vmstate-cpu.c |   29 +++++++++++++++++++++++++++++
>  8 files changed, 174 insertions(+), 0 deletions(-)
> 


-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

  parent reply	other threads:[~2011-11-26 13:31 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-23 15:44 [Qemu-devel] [PATCH v2 0/8] [RFC] vmstate: Add copyrights for all cpus Juan Quintela
2011-11-23 15:44 ` [Qemu-devel] [PATCH 1/8] vmstate: Add copyright info for alpha processor Juan Quintela
2011-11-23 15:44 ` [Qemu-devel] [PATCH 2/8] vmstate: Add copyright info for lm32 processor Juan Quintela
2011-11-23 15:44 ` [Qemu-devel] [PATCH 3/8] vmstate: Add copyright info for cris processor Juan Quintela
2011-11-23 15:44 ` [Qemu-devel] [PATCH 4/8] vmstate: Add copyright info for arm processor Juan Quintela
2011-11-23 15:44 ` [Qemu-devel] [PATCH 5/8] vmstate: Add copyright info for i386 processor Juan Quintela
2011-11-23 15:44 ` [Qemu-devel] [PATCH 6/8] vmstate: Add copyright info for mips processor Juan Quintela
2011-11-23 15:44 ` [Qemu-devel] [PATCH 7/8] vmstate: Add copyright info for ppc processor Juan Quintela
2011-11-26  8:23   ` Blue Swirl
2011-11-23 15:44 ` [Qemu-devel] [PATCH 8/8] vmstate: Add copyright info for sparc processor Juan Quintela
2011-11-26  8:33   ` Blue Swirl
2011-11-27 13:26     ` Juan Quintela
2011-11-28  7:49       ` Paolo Bonzini
2011-11-26 13:31 ` Andreas Färber [this message]
2011-11-27 13:30   ` [Qemu-devel] [PATCH v2 0/8] [RFC] vmstate: Add copyrights for all cpus Juan Quintela
2011-12-02 16:28     ` Andreas Färber
2011-12-05 12:45       ` Juan Quintela
2011-12-05 13:03         ` Andreas Färber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4ED0EA1D.2090509@suse.de \
    --to=afaerber@suse.de \
    --cc=andrew.zaborowski@intel.com \
    --cc=blauwirbel@gmail.com \
    --cc=edgar.iglesias@gmail.com \
    --cc=michael@walle.cc \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@redhat.com \
    --cc=rth@twiddle.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).