From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNV4n-0001pt-76 for qemu-devel@nongnu.org; Mon, 07 Nov 2011 14:41:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNV4l-0002Ne-PH for qemu-devel@nongnu.org; Mon, 07 Nov 2011 14:41:49 -0500 Received: from mail.serverraum.org ([78.47.150.89]:60673) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNV4l-0002Mz-Gz for qemu-devel@nongnu.org; Mon, 07 Nov 2011 14:41:47 -0500 From: Michael Walle Date: Mon, 7 Nov 2011 20:41:42 +0100 References: <1320687529-29955-1-git-send-email-quintela@redhat.com> In-Reply-To: <1320687529-29955-1-git-send-email-quintela@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201111072041.42632.michael@walle.cc> Subject: Re: [Qemu-devel] [RFC] vmstate: Add copyrights for all cpus List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: Blue Swirl , aliguori@us.ibm.com, qemu-devel@nongnu.org, Andrzej Zaborowski , "Edgar E. Iglesias" , Richard Henderson Am Montag 07 November 2011, 18:38:49 schrieb Juan Quintela: > diff --git a/target-lm32/vmstate-cpu.c b/target-lm32/vmstate-cpu.c > index 60b4b29..99ce957 100644 > --- a/target-lm32/vmstate-cpu.c > +++ b/target-lm32/vmstate-cpu.c > @@ -1,3 +1,18 @@ > +/* > + * Migration support for lm32 cpus > + * > + * Copyright (C) 2011 Red Hat, Inc. > + * > + * Author(s): > + * Juan Quintela > + * > + * Based on qemu-file support done by: > + * Michael Walle > + * > + * This work is licensed under the terms of the GNU GPL, version 2. See > + * the COPYING file in the top-level directory. > + */ > + > #include "hw/hw.h" > > const VMStateDescription vmstate_cpu = { Acked-By: Michael Walle -- Michael