From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTF2C-00033c-DW for qemu-devel@nongnu.org; Wed, 23 Nov 2011 10:46:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTF2B-0004HO-CB for qemu-devel@nongnu.org; Wed, 23 Nov 2011 10:46:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:21112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTF2B-0004HJ-4o for qemu-devel@nongnu.org; Wed, 23 Nov 2011 10:46:51 -0500 From: Juan Quintela Date: Wed, 23 Nov 2011 16:44:55 +0100 Message-Id: <8011eb2537e1962a7e06a6c6049f5e92377bc101.1322061896.git.quintela@redhat.com> In-Reply-To: References: In-Reply-To: References: Subject: [Qemu-devel] [PATCH 4/8] vmstate: Add copyright info for arm processor List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Andrzej Zaborowski , Michael Walle , "Edgar E. Iglesias" , Richard Henderson Signed-off-by: Juan Quintela Acked-by: Andrzej Zaborowski --- target-arm/vmstate-cpu.c | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/target-arm/vmstate-cpu.c b/target-arm/vmstate-cpu.c index 836d9ed..bc48434 100644 --- a/target-arm/vmstate-cpu.c +++ b/target-arm/vmstate-cpu.c @@ -1,3 +1,18 @@ +/* + * Migration support for arm cpus + * + * Copyright (C) 2011 Red Hat, Inc. + * + * Author(s): + * Juan Quintela + * + * Based on qemu-file support done by: + * Andrzej Zaborowski + * + * 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 bool feature_vfp_needed(void *opaque) -- 1.7.7.1