From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RInp3-0006ne-If for qemu-devel@nongnu.org; Tue, 25 Oct 2011 16:42:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RInp0-00012I-Sp for qemu-devel@nongnu.org; Tue, 25 Oct 2011 16:42:09 -0400 Received: from cantor2.suse.de ([195.135.220.15]:47415 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RInp0-00011y-DR for qemu-devel@nongnu.org; Tue, 25 Oct 2011 16:42:06 -0400 Message-ID: <4EA71F13.5000803@suse.de> Date: Tue, 25 Oct 2011 22:41:55 +0200 From: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= MIME-Version: 1.0 References: <2990903a0cc46441449790bcdb216c9b5c895507.1319550280.git.quintela@redhat.com> <4EA6D6C4.1050108@suse.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 03/25] vmstate: make all architectures export a way to migrate cpu's List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: quintela@redhat.com Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org, Alexander Graf , Max Filippov , Michael Walle , Paul Brook , Aurelien Jarno , Richard Henderson Am 25.10.2011 17:50, schrieb Juan Quintela: > Andreas F=C3=A4rber wrote: >>> diff --git a/target-m68k/machine.c b/target-m68k/machine.c >>> index e69de29..86b6fe9 100644 >>> --- a/target-m68k/machine.c >>> +++ b/target-m68k/machine.c >>> @@ -0,0 +1,10 @@ >>> + >>> +#include "hw/hw.h" >>> + >>> +/* To make this architecture migratable, we need to define cpu state >>> + here. Other things need to be done elsewhere */ >>> + >>> +const VMStateDescription vmstate_cpu =3D { >>> + .name =3D "cpu", >>> + .unmigratable =3D 1, >>> +}; >> >> Here ... >> >>> diff --git a/target-sh4/machine.c b/target-sh4/machine.c >>> index e69de29..86b6fe9 100644 >>> --- a/target-sh4/machine.c >>> +++ b/target-sh4/machine.c >>> @@ -0,0 +1,10 @@ >>> + >>> +#include "hw/hw.h" >>> + >>> +/* To make this architecture migratable, we need to define cpu state >>> + here. Other things need to be done elsewhere */ >>> + >>> +const VMStateDescription vmstate_cpu =3D { >>> + .name =3D "cpu", >>> + .unmigratable =3D 1, >>> +}; >> >> ... and here you sort-of create new files (empty before) without a >> license header. The contents is trivial right now, but it would get a >> case for the Wiki trying to figure out what license to put on other >> people's code. >=20 > None of target-*/machine.c files have a license line. I can put the > normal boilerplate on them, but I have just transformed them, So .. wh= o > should I put as copyright owner? Puting me is (at least) a bit > presumptuous, if not just plain false O:-) Note my comment was specific to those that you did not really transform. Andreas --=20 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=C3=BCrnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend=C3=B6rffer; HRB 16746 AG N=C3=BC= rnberg