From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9lXK-0003H9-TV for qemu-devel@nongnu.org; Mon, 19 Mar 2012 18:58:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9lXH-00014O-HK for qemu-devel@nongnu.org; Mon, 19 Mar 2012 18:58:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34559) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9lXH-00013k-8J for qemu-devel@nongnu.org; Mon, 19 Mar 2012 18:58:43 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q2JMwffR012457 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 19 Mar 2012 18:58:41 -0400 From: Juan Quintela Date: Mon, 19 Mar 2012 23:57:57 +0100 Message-Id: <85e8f76e7ffe5884e3d2b47dd789c0db5d421f9f.1332197811.git.quintela@redhat.com> In-Reply-To: References: In-Reply-To: References: Subject: [Qemu-devel] [PATCH 29/36] vmstate: Add copyright info for alpha processor List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Signed-off-by: Juan Quintela Acked-by: Richard Henderson --- target-alpha/vmstate-cpu.c | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/target-alpha/vmstate-cpu.c b/target-alpha/vmstate-cpu.c index 22c70f3..b94b1e5 100644 --- a/target-alpha/vmstate-cpu.c +++ b/target-alpha/vmstate-cpu.c @@ -1,3 +1,18 @@ +/* + * Migration support for alpha cpus + * + * Copyright (C) 2011 Red Hat, Inc. + * + * Author(s): + * Juan Quintela + * + * Based on savevm serialization code by: + * Richard Henderson + * + * This work is licensed under the terms of the GNU GPL, version 2 or + * later. See the COPYING file in the top-level directory. + */ + #include "hw/hw.h" static int get_fpcr(QEMUFile *f, void *opaque, size_t size) -- 1.7.7.6